table.statsTable {
    margin-left: -180px;
}

table.statsTable thead {
    border-bottom: 1px solid #cccccc;
}

table.statsTable thead td {
    vertical-align: top;
}

table.statsTable tbody tr:nth-child(even) {
    background-color: rgba(61, 124, 86, 0.15);
}

table.statsTable td {
    padding: 10px;
}

table.statsTable td a {
    color: black;
}