a {
	text-decoration: none;
	color: #FFF;
}

.month,
.comp{
	margin: 8px auto;
	width: 100%;
	max-width: 660px;
	height: 24px;
		
	color: var(--red);
	font-size: 18px;
	text-transform: uppercase; 
	text-align: left;
	
	background-color: #FFF;
}

.comp{
	text-align: center;
}

.monthcontent,
.compcontent{
	padding: 1px 8px;
}

.fixture{
	margin: 8px auto;
	width: 100%;
	max-width: 660px;

	padding: 0px;
		
	font-size: 18px;
	color: #FFF;
	text-align: left;
	overflow: hidden;
	
	background-color: var(--bgBlue);
}

.fixturecontent,
.fixturecontentdisabled{
	padding: 4px 8px;
	text-align: center;
}

.fixturecontent:hover{
	background-color: #FFF;
	color: var(--red);
}

.fixturecontent:hover .score{
	background-color: var(--bgNavy);
	color: #FFF;
}

.fixture .header{
	font-size: 18px;
	//text-transform: uppercase; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fixture .matchwide{
	display: table;
	padding: 0px;
	width: 100%;
	max-width: 640px;
	height: 24px;
		
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase; 
	text-align: center;
}

.fixture .team{
	max-width: 0;
	padding: 0px 8px;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	background-color: var(--blue);
}

.fixture .score{
	padding: 0px 4px;
	width: 32px;
	
	background: none;
	background-color: #FFF;
	color: var(--red);
}

.fixture .versus{
	padding: 0px 2px;
	height: 100%;
	width: 78px;
	
	background: none;
	background-color: #FFF;
	background-color: var(--bgNavy);
	color: var(--red);
	color: #FFF;
	font-size: 18px;
	text-align: center;
}

.fixture-divider{
	height: 3px;
	background-color: #FFF;
}

@media screen and (max-width: 670px)
{		
	.fixture .header{
		font-size: 16px;
	}
	
	.fixture .matchwide{
		max-width: 480px;
		height: 24px;
		font-size: 18px;
	}
	
	.fixture .matchwide .score{
		width: 24px;
	}
	
	.fixture .matchwide .versus{
		width: 60px;
		font-size: 13px;
	}
}

@media screen and (max-width: 512px)
{	
	.month{
		height: 20px;
		font-size: 14px;
	}
	
	.fixture .header{
		font-size: 14px;
	}

	.fixture .matchwide{
		max-width: 400px;
		height: 24px;
		font-size: 14px;
	}
	
	.fixture .matchwide .score{
		width: 16px;
	}
	
	.fixture .matchwide .versus{
		width: 46px;
		font-size: 13px;
	}
}

@media screen and (max-width: 440px)
{
	.fixture .header{
		font-size: 13px;
	}
		
	.fixture .matchwide{
		height: 24px;
		font-size: 14px;
	}
	
	.fixture .matchwide .score{
		width: 14px;
	}
	
	.fixture .matchwide .versus{
		width: 46px;
		font-size: 13px;
	}
}

@media screen and (max-width: 360px)
{	

	.fixture .header{
		font-size: 12px;
	}
}