div.sfc_nextfixture table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

div.sfc_nextfixture table td {
    text-align: center !important;
    padding: 2px 5px;
    vertical-align: middle;
}

div.sfc_nextfixture table td.sfc_home,
div.sfc_nextfixture table td.sfc_away {
    width: 25%;
}

div.sfc_nextfixture table td span.sfc_team {
    font-size: small;
    position: relative;
    top: -10px;
}

div.sfc_nextfixture table td span.sfc_details {
    width: 50%;
}

div.sfc_nextfixture table td span.sfc_competition {
    font-size: small;
    font-weight: bold;
}

div.sfc_nextfixture table td span.sfc_date {
    font-weight: bold;
}

div.sfc_nextfixture table td span.sfc_score {
    font-size: 1.5em;
}

div.sfc_nextfixture div.sfc_footer {
    display: block !important;
    opacity: 1 !important;
    text-align: center;
    visibility: visible !important;
}

@media screen and (max-width: 767px) {
    div.sfc_nextfixture {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
