.stats
{
border:2px solid #DCA;
background-color: #EED;
font-family:sans-serif;
width:400px;
margin:auto;
margin-bottom:1em;
}

.stats caption
{
background:#DCA;
border:2px solid #DCA;
border-bottom:none;
font-weight:bold;
text-align:right;
padding-right:1em;
width:400px;
margin:auto;
}

.stats thead, .stats tfoot
{
background:white;
color:#A40;
font-weight:bold;
}

.stats .zebra
{
background:#EEE;
}

.stats th, .stats td
{
text-align:left;
}

.stats .align-right { text-align: right; }
.stats .float-left { float: left; }

.stats tfoot td[colspan] { text-align: center; }

