
.table-stats th {
    color: white;
    font-weight: bold;  
}

.table-stats tr.error {
    color: #C70000;
}

.table-stats tr.error td {
    font-size: 110%;
}

.table-stats td {
    text-align: right;
}

.table-stats td.key {
    text-align: left;
}

.table-stats td.current {
    border-width: 0 3px 0 3px;
    border-style: inset;
    border-color: #BBB;
}

.table-stats tr:hover td {
    background: #FFCD33;
}
