/*** add for custom css *****/

.schedule-view.schedule-grid.clearfix .date-panels.clearfix .row.clearfix {    margin: 0; }
.share-buttons .share-btn a {    color: #fff !important ; }
.schedule-cal .cal-date {   box-sizing: unset; }
.internal-page .tab-container.primary > .tab-nav,
.internal-page .stats-wrap .stats-box th {   background: #004990; color: #fff; }
.internal-page #calroot { top: 460px !important; }

.stats-wrap .stats-box .row-head a, 
.stats-wrap .stats-box .row-head a:hover { color: #fff; }

.game-boxscore .stats-box .group-head th.pinned-col,
.game-boxscore .stats-box .group-head:hover th.pinned-col{
    background: #004990;
    color: #fff;
}
@media(max-width:767px){
    .stats-wrap .stats-box > .scrollable th.pinned-col{
        background: #004990;
        color: #fff;
    }
}
@media(min-width:992px){
    .event-info.clearfix {   min-height: 161px; }
    .schedule-grid .event-details.clearfix .links{   min-height: 28px; }
    .schedule-grid .event-info .team.clearfix .team-logo {    max-height: 50px;   width: 50px; }
}