#rate_detail_iframe .row:after {
    display: none;
}

#rate_detail_iframe .guest-team .team-name {
    max-width: 500px !important;
}

#scrollIframe .table-grid .cell.guest-team, #scrollIframe .table-grid .cell.home-team {
    padding: 3px !important;
}

#scrollIframe .table-confrontation {
    grid-template-columns: repeat(8, 1fr);
}
#scrollIframe .match-time, #scrollIframe .row.tb-body .cell, #scrollIframe .header .cell, #scrollIframe .btn-sub-filter {
    font-size: 14px;
}
@media (max-width: 950px) {
 

    .match-detail-section .row.header > div:first-child {
        min-width: 90px;
    }

    .match-detail-section .row.tb-body > div:first-child {
        font-size: 14px;
    }
}

@media (max-width: 769px) {
    #scrollIframe .table-grid .cell.match-time{
        font-size: 10px;
    }
    #scrollIframe .table-grid .cell.home-team + div{
        min-width: 38px;
    }
}

/*#scrollIframe .match-time {*/
/*    text-align: center;*/
/*    min-width: 66px;*/
/*    font-size: 14px;*/
/*}*/

/*@media (min-width: 750px) and (max-width: 850px) {*/
/*    #scrollIframe .match-time {*/
/*        text-align: center;*/
/*        min-width: 90px;*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

/*@media (max-width: 850px) {*/
/*    #scrollIframe .cell {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    #scrollIframe .table-grid .cell.match-time {*/
/*        font-size: 11px !important;*/
/*    }*/

/*    .match-detail-section .cell {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/