
/*
Fixture Table
*/
.ft { border:1px solid #F9F9F9; background-color:#FFF; }
.ft .ft-header { background-color:#000; text-align:center; color:#FFF; padding:1em 0.5em; clear:both; }
.ft .ft-matches { clear:both; }
.ft .ft-row { clear:both; border-bottom:1px solid #F9F9F9; }
.ft .ft-alternate { background-color:#efefef; }
.ft .ft-cell { float:left; width:20%; text-align:center; padding:1em 2%; }
.ft .ft-mobile { display:none; }
.ft .ft-row:last-child { border-bottom:none; }
.ft .ft-clear { clear:both; height:1px; overflow:hidden; }

@media screen and (max-width: 450px) {
	.ft .ft-cell { float:none; width:auto; padding:0.3em 1em; }
	.ft .ft-date { font-weight:bold; }
	.ft .ft-type { display:none; }
	.ft .ft-desktop { display:none; }
	.ft .ft-mobile { display:block; }
}

/*
Next Match
*/

.nmatch .nmatch-info { line-height:18px; }
.nmatch .nmatch-crest { height:84px; width:84px; float:left; padding-top:0.5em; font-size:0.9em; }
.nmatch .nmatch-info { margin-left:8.0em; }
.nmatch .nmatch-hometeam { padding-top:0.3em; font-weight:bold; font-size:1.2em; color:#bf0404; line-height:16px; }
.nmatch .nmatch-vs { display:inline-block; padding-right:0.2em; font-weight:bold; font-size:1.2em; color:#000; }
.nmatch .nmatch-awayteam { display:inline-block; font-weight:bold; font-size:1.2em; color:#bf0404; }
.nmatch .nmatch-time { font-size:0.9em; font-weight:bold; line-height:16px; padding-top:0.5em; }
.nmatch .nmatch-time abbr{ text-transform:none !important; font-size:inherit !important; color:inherit !important; border-bottom:inherit !important; cursor:inherit !important; }
.nmatch .nmatch-stadium { font-size:0.9em; }