/*vertical align and color stuff*/
html {height: 100%}
body {
    color: #363636;
    //background-color: black;
    font-family: Caput;
    font-size: 16px;
    margin: 0px;
    //height: 100%;
}
h2{
    color: #0067a1;
    font-family: 'CaputMCCbold';
    font-size: 22px;
    margin: 20px 0 0 0;
    text-align: left;
}
table{
    margin: 11px 0;
    padding: 0;
    border: 0;
    //width: 100%;
    text-align: right;
}
th, td{
    width: 20px;
    margin: 0;
    padding-left: 5px;
    text-align: center;
    color: #0067a1;
}
th{
    font-size: 13px;
}
#carbontonnes{
    margin-top: 11px;
    color: #0067a1;
}
#global-temp{
    margin-top: 0px;
}
#wrapper{
    //display: table-cell;
    width: 100%;
    //height: 100%;
    //vertical-align: middle;
}
#main{
    width: 100%;
    //height: 100%;
    //display: table;
}
#footer{
    display: none;
    position: absolute;
    bottom: 0px;
    color: #FFFFFF;
    //font-size: 0.7em;
}
/* button css */
#buttons{
    position: absolute;
    top: 0px;
    left: 0px;
    //font-size: 0.5em;
    display: none;
}
.article_link {
    padding-left: 0;
}
/*
#buttons ul {
    width: 100%;
    height: 27px;
    list-style-type: none;
}
#buttons li {
    display: inline-block;
    float: left;
    padding: 5px;
}
#buttons li a {
    border: 1px solid #0067a2;
    padding: 5px;
    text-decoration: none;
    color: #0067a2;
    display: block;
}
#buttons li a: hover {
    padding: 5px;
    color: #FFFFFF;
    background-color: #0067a2;
}
#buttons li a.active {
    padding: 5px;
    color: #FFFFFF;
    background-color: #0067a2;
}
*/