.upcoming_fixtures {
    position: relative;
    margin: 0 0 30px;
    width: 100%;
}
.upcoming_fixtures .title {
    padding: 17px 10px;
    background: #ec1919;
    text-align: center;
    margin: 0 0 10px;
}
.upcoming_fixtures .title h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
}
.upcoming_fixtures .commands {
    background: #242a31;
    border-bottom: 3px solid #ec1919;
    padding: 15px 10px;
    text-align: center;
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #fff;
}
.upcoming_fixtures .commands .command {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    height: 60px;
    width: 40%;
}
/*html[dir="rtl"] .upcoming_fixtures .commands .command {
    text-align: -webkit-center;
}*/
.upcoming_fixtures .commands .command h5 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
    padding-top: 5px;
}
html[dir="rtl"] .upcoming_fixtures .commands .command h5 {
    text-align: -webkit-center;
}
.upcoming_fixtures .commands .command h5 a {
    color: #fff;
}
.upcoming_fixtures a {
    text-decoration: none;
}
.upcoming_fixtures .commands .command_vs {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    height: 59px;
    width: 20%;
}
.heading-font {
    color: inherit;
}
.upcoming_fixtures .commands .command_vs span {
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
}
.upcoming_fixtures .commands .command:last-child {
    text-align: left;
}
.upcoming_fixtures a .match_info {
    background: #394149;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    padding: 21px 10px 14px;
    margin: 0 0 11px;
}
