.table tfoot th, .table thead th {
    color: #FFF;
    background-color: #9d2235;
    text-align: center;
}

.table tbody td {
    text-align: center;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.boxscore__tabs .tabs-nav {
    border-bottom-color: #9d2235!important;
}

.boxscore__tabs .tabs-nav ul li.active a,
.boxscore__tabs .tabs-nav ul li a:hover {
    background-color: #9d2235!important;
}
