/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; box-sizing: border-box; }

body {
    padding:0px;
    margin:0px;
   
}

 
.twitter-follow-button {
    
}
div.progress {
    width:900px;
    border:2px solid silver;
    /* background-color: #046d8f; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #eee;
}
div.filled {
    /* background-color: #13b5ea; */
    background-color: #13b5ea;
    margin-right:5%;
    padding:5px;
    color:white;
    text-align: center;
    font-size:13px;
    font-weight: bold;
}

table.highered {
    margin-left:auto;
    margin-right:auto;
    width:420px;
    border:2px solid lightgrey;
}
table.highered th {
    text-align: left;
    background-color: grey;
    color:white;
    font-weight: bold;
    padding: 2px 0 4px 4px;
}
table.highered tr:hover {
    background-color: lightyellow;
}
table.highered td {
    text-align:left;
    padding:2px 4px 2px 6px;
    font-size:10px;
}


div.header {
    background-color: #eeeeee;
    border-bottom:2px solid #ccc;
    /* background: -moz-linear-gradient(top, #cccccc, #eeeeee); */
    text-align: center;
}

div.header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
}

div.header ul li { display: inline; }

div.mainwrap {
    text-align: center;
}
div.main {
    margin-right:auto;
    margin-left:auto;
    padding-top:15px;
    width:900px;
    text-align: left;
}
div.main p {
    margin-top:10px;
    margin-bottom:10px;
}

table.main td {
    width:200px;
    text-align: center;
    vertical-align: top;
    
}

table.main td span.date {
    font-size:12px;
}

div.main hr {
    height:2px;
    color:lightgrey;
    background-color: lightgrey;
    border:none;
    margin-bottom:12px;
}

div.footer {
    text-align: center;
    background-color: #eeeeee;
    border-top:2px solid #ccc;
    background: -moz-linear-gradient(top, #eeeeee,#cccccc);
    padding:4px;
    margin-top:35px;
}


canvas, section {
	display: block;
}

#c2 {
	position: absolute;
}


