@charset "utf-8";
/* CSS Document */
.county {
	width: 97.2%;
	background-color: #6A6D70;
	border: 1px solid white;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display:inline-block;
}
.county a {
	color: blue;
	font-size: 15px;
	font-family: arial, helvetica, serif;
	padding-left: 5px;
	text-decoration: underline;
	margin-top: 10px;
}
.postcodeRow a {
	width: 31%;
	display: inline-block;
	float: left;
	background-color: white;
	
	font-size: 14px;
	font-family: arial, helvetica, serif;

	padding-top: 3px;
	padding-bottom: 3px;
	color: blue;
	text-decoration: underline;
	border:1px solid white;
	overflow-x: hidden;
}
	.postcodeRow a:hover{
		background-color: red;
	}
	.county:hover {
		background-color: red;
	}
.postcodeRow {
	width: 100%;
}

.postcodeTable{
	font-size:15px;
	
}

.postcodeTable a{
	font-size:15px;
	text-decoration: none;
	color:red;
	text-align: left;
}

#scotland{
	background-color: #84FF84;
	
}

#ireland{
	background-color: #B584FF;	
}

#northeast{
	background-color: #FFDE63;
}

#northwest{
	background-color: #FF8484;
}

#eastmidlands{
	background-color: #8484FF;
}

#westmidlands{
	background-color: #84FFCE;
}

#wales{
	background-color: #FFF742;
}

#southwest{
	background-color: #FF84FF;
}

#southeast{
	background-color: #9CE700;
}

#london{
	background-color: #FFF773;
}