table,
.stats {
   background: #FFFFFF;
}

table tr.statsodd th,
.statsodd {
    background: #E5E5E5;
}

table tr.statseven th,
.statseven {
    background: #D5D5D5;
}

table tr.statsodd th,
table tr.statsodd,
table tr.statseven th,
table tr.statseven {
    text-align:        center;
}

table td th,
.statscell {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.statsmarked {
    background:   #FFCC99;
    color:   #000000;
}
