.ball-runs {
    background: #ffc11c;
    color: #000 !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
}


.lastball-runs {
    margin-left: 3px;
    background: #27a6c3;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-size: 8px;
}

.currentOver {
    margin-left: 3px;
    background: #27a6c3;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-size: 8px;
}

.balls-0 {
    background-color: grey !important;
}

.balls-4 {
    background-color: #ffc11c !important;
}

.balls-w {
    background-color: #087f23 !important;
}

.grey-background {
    background: #212529;
    padding: 6px 6px 6px 6px;
    border-top: 1px ridge lightgrey;
}

.score-text {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.match-commentary {
    color: #e31111;
    font-weight: bold;
    font-size: 14px;
}

.desktop-balls-over {
    display: inline;
}

.mobile-balls-over {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .desktop-balls-over {
        display: none;
    }

    .mobile-balls-over {
        display: flex !important;
    }
}