#records {
    width: 100%;
}

table.records {
    width: 1024px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.333), inset 1px 1px 3px rgba(0, 0, 0, 0.333);
}

table.records tr th,
table.records tr td {
    border-bottom: 1px solid #666666;
    padding: 2px 9px 2px 9px;
    font-weight: 500;
}

table.records tr th {
    background-color: #e7bc00;
    font-size: 12.75pt;
    font-weight: 550;
}

table.records tr:nth-child(odd) {
    background-color: rgb(255, 255, 255);
}

table.records tr:nth-child(even) {
    background-color: rgb(235, 235, 235);
}

table.records tr th:nth-child(1),
table.records tr td:nth-child(1) {
    width: 20px;
}

table.records tr th:nth-child(2),
table.records tr th:last-of-type,
table.records tr td:nth-child(2),
table.records tr td:last-of-type {
    width: 30px;
}

table.records tr th:nth-child(3),
table.records tr td:nth-child(3) {
    width: 70px;
}












table.stats {
    background-color: transparent;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.333), inset 1px 1px 3px rgba(0, 0, 0, 0.333);
    border-left: 1px solid #3f3f3f;
    border-top: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
}

table.stats tr th,
table.stats tr td {
    border-bottom: 1px solid grey;
    padding: 1px 4px 1px 4px;
    font-weight: 500;
    background-color: transparent;
    margin: 0;
    padding: 1px 3px 1px 3px;
}

table.stats tr th {
    font-size: 8.25pt;
    background-color: #e7bc00;
    font-variant: small-caps;
    white-space: nowrap;
}

table.stats tr td {
    white-space: nowrap;
    font-size: 7.50pt;
}
