#postcodesearchWrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 75%;
	text-align: center;
    background-color: rgba(0, 0, 0, 0.50);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: 5000;
	border: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	}

.postcodeResultContainer {
	position: fixed;
 	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background-color: rgba(0, 0, 0, 0.75);
	z-index: 20000;
    display: flex;
    align-items: center;
	justify-items: center;
	}
	
#branchResultWrapper {
	position: absolute;
	top: 180px;
	right: 10px;
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 13pt;
	line-height: 17pt;
    background-color: rgba(0, 0, 0, 0.75);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: 5000;
	}

h3.postcodesearchHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	font-size: 16pt;
	line-height: 25pt;
	}

#pcmessageWrapper {
	position: relative;
	z-index: 10000;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}

.pcmessage {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 14pt;
	line-height: 17pt;
	width: 100%;
	float:left;
	text-align: center;
	background: #FFFFFF;
	padding: 10px 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

.pcmessageButtons {
	margin-top: 10px;
}

.pcmessageButtons a {
	background: #00CC00; 
	padding: 1px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 10px;
}

.pcmessageButtons a:hover {
	background: #000000; 
	padding: 1px 10px;
	color: #FFFFFF;
}

.clearResult {
	position: absolute;
	top: 0;
	right: 0;
	}
 
.pcsubhead {
	color: #cc0000;
	font-size: 16pt;
	line-height: 18pt;
	margin-bottom: 10px;
	}
	
.good {
	font-size: 24pt;
	color: #00CC00;
}

.bad {
	color: #cc0000;
}

.pcsearchmessage {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 17pt;
	text-align: center;
	padding-top: 5px;
	}

.pcsearchmessage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 17pt;
	text-align: center;
	}

.indexpostcode {
	width: 50%;
	height: 30px;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	float: left;
	border: 0;
	margin-top: 5px;
	background-size: 100%;
	text-transform: uppercase;
	flex-grow: 2;
	flex-shrink: 2;
	}

.indexpostcode::placeholder {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	color: #888;
	}

#postcode, .postcode {
	text-transform: uppercase;
	}

#postcodesearchWrapper h2 {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26pt;
	margin: 15px 0;
	}
	
#postcodesearchWrapper h4 {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	padding: 10px 0;
	clear: both;
	text-align: center;
	margin-bottom: 0;
	}
