.next_match {width: 100%;}
.next_match .title {
	padding: 17px 10px;
	background: #ec1919;
	text-align: center;
	margin: 0 0 10px;
}
.next_match .title h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
}
.next_match .countdown {
    text-align: center;
    width: 100%;
    margin: 0 0 13px !important;
}
.countdown {
    display: block;
    overflow: hidden;
    position: relative;
}
.next_match .countdown time span:first-child {
    margin-left: 0;
}
.next_match .countdown time span {
    width: 22%;
    display: block;
    float: left;
    min-width: inherit;
    margin-left: 4%;
    margin-right: 0;
}
.countdown span {
    padding: 8px 12px 2px;
    min-width: 65px;
    height: 87px;
    border-bottom: 3px solid #ec1919;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: rgba(53, 62, 70, 0.9);
    margin: 0 3px;
    font-weight: normal;
}
.countdown small {
    font-family: "Arial";
    font-size: 13px;
    line-height: 19px;
    display: block;
}
.next_match .commands {
    background: #252b32;
    padding: 15px 10px 15px;
    border-bottom: 3px solid #ec1919;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.next_match .command {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px;
    width: 40%;
}
.next_match .command .logo {
    margin: 0 0 10px;
}
.next_match .command .logo img {
    max-height: 50px;
    width: auto;
}
.next_match .command h5 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
}
.next_match .command h5 a {
    color: #fff;
}
.next_match a {
    text-decoration: none;
}
.next_match .command_vs {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 20px;
    width: 20%;
    line-height: 41px;
}
.heading-font {
    color: inherit;
}
.next_match .command_vs span {
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
}
.next_match a .match_info {
    background: #394149;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    padding: 20px 10px 14px;
    margin: 0 0 30px;
}