#carbonclock {
    position: relative;
    color: white;
    background-color: black;
    min-width: 854px;
    min-height: 480px;
    padding: 0.5em;
    display: table;
    font-family:'IBM Plex Sans';
    z-index: 1;
}

#carbonclock video {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
#carbonclock {
    min-width: 360px;
    min-height: 260px;
}
#carbonclock video {
    max-width: 360px;
    min-height: 260px;
}
}

#carbonclock table {
    margin: 11px 0;
    padding: 0;
    border: 0;
    text-align: right;
}

#carbonclock th,
#carbonclock td {
    width: 33px;
    height: 22px;
    margin: 0;
    padding-left: 5px;
    text-align: center;
    font-weight: normal;
}

#carbonclock th,
#carbonclock td {
    font-size: 1.5vw;
}

#carbonclock .milliseconds {
    width: 33px;
}

#carbonclock .carbontonnes {
    margin-top: 11px;
    font-size: 1.5vw;
    line-hight: 2.5;
}

#carbonclock .global-temp {
    margin-top: -7vw;
}

#carbonclock h1 {
    font-weight: normal;
    font-size: 1.5vw;
    padding-top: 1.5em;
}

/* button css */
#carbonclock .buttons {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0.5vw;
}

#carbonclock .buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#carbonclock .buttons li {
    float: left;
    padding: 5px;
}

#carbonclock .buttons li a {
    margin: 5px;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 2.5em;
    border: 1px solid #fff;
}

#carbonclock .buttons li a:hover,
#carbonclock .buttons li a.active {
    background-color: #fff;
    color: #000;
}

#carbontonnes h1 {
    font-weight: normal;
    font-size: 1.85vw;
    padding-top: 4vw;
}

#carbonclock #deg {
    position: absolute;
    top: 9px;
    left: 0;
    right: 15px;
}

#carbonclock .buttons #onedeg {
    float: right;
}

#carbonclock #growth {
    width: 22%;
    height: 100px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

#carbonclock #growth1 {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

#carbonclock #growth2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

#carbonclock #time-to-two,
#carbonclock #timecountdown table tr th {
	  text-shadow: 0 0 3px #000000;
}

#carbonclock #global-temp-container {
    line-height: 2.5;
}
