
.statsTable {
    border-collapse: collapse;
    padding: 0 15px 0 15px;
    width: 100%;
    xmax-width: 400px;
    margin: 0 auto;
    min-width: 320px;
}
.statsTable th {
    font-size: 1.3em;
    padding: 1px 6px 1px 6px;
    padding-top: 0.5em;
    text-align: left;
}
.statsTable .sideways,.statsTable .sideways th,.statsTable .sideways td {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.statsTable.boldHeader tr:first-child td{
    font-size: 1.3em;
    padding: 1px 6px 1px 6px;
    padding-top: 0.5em;
    text-align: left;
}
.statsTable.sidewaysHeader tr:first-child td{
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.statsTable td {
    padding: 1px 6px 1px 6px;
}

.statsTable td:nth-child(1) {
    padding-right: 10px;
    text-align: left;
}
.statsTable td:nth-child(odd),.statsTable th:nth-child(odd) {
    xbackground-color: #66333365;
    background-color: rgba(25, 25, 25, 0.3)
}
.statsTable tr:nth-child(odd) {
    xbackground-color: #33333365;
    background-color: rgba(25, 25, 25, 0.3)
}

