#stats {
  text-align: center;
}
#stats h3 {
    text-align: center;
    font-size: 1.1em;
    font-weight : bold;
    margin: 0; padding: 2em 0 0 0;
}
#stats h4 {
    text-align: left;
    font-size: 1em;
    font-weight : bold;
    margin: 0; padding: 0.5em 0 0 0;
}

#stats table {
  width: 95%;
  font-size: 0.9em; _font-size: 0.8em;
  border: 2px solid #247A19;
  text-align: left;
}
#stats th {
    font-size: 110%;
    color : #FFFFFF;
    font-weight : bold;
    background-color : #272526;
    padding : 3px;
}
#stats td {
    font-size: 100%;
    color : #000000;;
    padding : 3px;
    background-color : #E6E7EB;
}
#stats .tableheader td {
    font-size: 100%;
    color : #247A19;
    font-weight : bold;
    background-color : #D8E0EB;
}
#stats .calendar td {
    text-align: center;
}

#stats table td.light {
  background-color: #FFFFFF;
  }
#stats table td.dark {
  background-color: #E6E7EB;
  }

