table.stats-table td
{
    padding: 10px;
}

table.stats-table th
{
    padding: 10px;
}

table.stats-table tr
{
    background-color: #eee;
}

table.stats-table tr.odd
{
    background-color: #dfdfdf;
}