.stats-table .row-inactive {

    background-color:#FCC !important;
}

.stats-table .row-inactive:nth-child(even) {

    background-color:#FAA !important;

}
.stats-table thead tr:first-child th{
    background-color:#ef3d34;
/*    font-size:1.3em; */
    color:#FFF;
}

.stats-table thead tr:nth-of-type(2) th{
    cursor: pointer;
}

.stats-table tfoot {
    font-weight:bold;

}
.stats-table td {
    text-align: center;
}
.stats-table--goalie-stats tbody td:nth-of-type(2),
.stats-table--player-stats tbody td:nth-of-type(2),
.stats-table--game-stats tbody td:nth-of-type(3)
{
    text-align: left;
}


.stats-table tfoot th,
.stats-table tfoot td {
    border-left:dotted 1px #AAA;
    background:#002c61;
    color:#FFF;
}

.stats-table thead {
    border-bottom: solid 1px #002c61;
}
.stats-table tr td{
    padding:0;
    font-size: 9px;
}
