﻿ body{
	float:left;
	margin-bottom:20px;
	width:179px;
	border-right:1px solid #fff;
	background:#455A79;
	font-family:Calibri;
	text-align:center;
	height:686px;
	
}

.league{
	list-style-type:none;
	line-height:15px;
	font-size:12px;
	border-bottom:10px solid #455A79;
	border-top:10px solid #02007F;
	height:30px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:30px;
	background: #C6C6C6;
	margin-right:16px;
	color:#02007F;
}


.cup{
	list-style-type:none;
	line-height:15px;
	font-size:12px;
	border-bottom:10px solid #455A79;
	border-top:10px solid #008101;
	height:30px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:30px;
	background: #C6C6C6;
	margin-right:16px;
	color:#008101;
	
}

.friendly{
	list-style-type:none;
	line-height:15px;
	font-size:12px;
	border-bottom:10px solid #455A79;
	border-top:10px solid #810000;
	height:30px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:30px;
	background: #C6C6C6;
	margin-right:16px;
	color:#810000;
}

.nextFixture{
	list-style-type:none;
	line-height:15px;
	font-size:12px;
	border-bottom:10px solid #455A79;
	border-top:10px solid #02007F;
	height:30px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:30px;
	background:#FFFFFF;
	color:#455A79;
	margin-right:16px;
	color:#02007F;
}


*html .league{
	margin-right:0px;
	padding-bottom:10px;
}

*html  .cup{
	margin-right:0px;
	padding-bottom:10px;
}

*html   .friendly{
	margin-right:0px;
	padding-bottom:10px;
}

*html   .nextFixture{
	margin-right:0px;
	padding-bottom:10px;
}