table.stats {
    width: 100%;
    font-weight: bold;
    font-family: 'Candara';
    font-size: 12px;
}

table.stats > tbody > tr > td:nth-child(1),
table.stats > tbody > tr > td:nth-child(2),
table.stats > tbody > tr > td:nth-child(4),
table.stats > tbody > tr > td:nth-child(5),
table.stats > tbody > tr > td:nth-child(6) {
    text-align: right;
}

table.stats > tbody > tr:nth-child(7) > td:nth-child(4),
table.stats > tbody > tr:nth-child(7) > td:nth-child(5),
table.stats > tbody > tr:nth-child(7) > td:nth-child(6) {
   font-weight: normal;
}

table.stats > tbody > tr > td > span.hud {
    display: inline-block;
    height: 8px;
    border-radius: 5px;
    margin: 0px 3px;
}