div.smScoreboard .score .division {
    border-bottom: 3px solid #900;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

.swiper-container-gamebar .swiper-slide .gamebaritem_infos {
    margin-top: -35px;
    border-bottom: 1px solid #900;
    width: 90%;
}

.gamebar .swiper-slide-active {
    color: #fff!important;
    background: #333!important;
}
    .gamebar .swiper-slide-active .gamebaritem_score {
        color: #fff!important;
    }
        .gamebar .swiper-slide-active .gamebaritem_score .team1,
        .gamebar .swiper-slide-active .gamebaritem_score .team2,
        .gamebar .swiper-slide-active .gamebaritem_score .teamvs {
            color: #fff!important;
        }
        
.betting-widget-title {
    color: #fff;
    height: 30px;
    width: 100%;
    font-family: Arial, Helvetica;
    font-size: 18px;
    background-color: #900;
    text-align: center;
    line-height: 30px;
}
.betting-widget-subhead {
    height: 30px;
    line-height: 30px;
    font-family: Arial, Helvetica;
    font-size: 15px;
    color: rgba(121, 121, 121, 1);
    border-bottom: 1px solid #900;
}

.swiper-container-gamebar .swiper-slide .gamebaritem_active_border_left {
    width: 1px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    background: #900;
}
.swiper-container-gamebar .swiper-slide .gamebaritem_active_border_right {
    width: 1px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    background: #900;
}
/** */

.smComments7 {
    color: #fff;
}
.eventlist .eventitem_home {
    color: #fff;
}
.eventlist .eventitem_away {
    color: #fff;
}

@media screen and (max-device-width: 640px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}