.column.middle {
    width: 70%;
}

.hometeam, .awayteam {
    width: 45%;
}

.column.middle-left {
    width: 90%;
}

.result-table tr td:nth-child(1){
    width: 2%;
    padding: 0 12px;
}

@media screen and (max-width:1000px) {
    .row-in-column {
        display: block;
    }
    .column.middle, .column.middle-right, .column.middle-left {
        width: 100%;
    }
    .result-table.standings {
        margin-top: 0;
        margin-bottom: 30px;
    }
}