/* Site / Location Selector
================================== */
.screening-location-wrapper {
	position: relative;
	}

.screening-location-wrapper .col-1 {
	width: 205px;
	}
	
.screening-location-wrapper .col-2 {
	width: 430px;
	}
	
.screening-location-wrapper .postcode-lookup {
	position: absolute;
	top: 0;
	right: 0;
	}
	
.screening-location-wrapper .map {
	padding-top: 2.5em;
	}
	
.screening-location-wrapper .instructions, .screening-location-wrapper .postcode-lookup {
	z-index: 1;
	position: absolute;
	}

.screening-location-wrapper .postcode-lookup input {
	margin: 0 0 10px 0;
	}

.screening-location-wrapper .postcode-lookup input.text-field {
	width: 100px;
	margin-right: 5px;
	}

.screening-location-wrapper .postcode-lookup input.button {
	width: 6.5em;
	}

.screening-location-wrapper .postcode-lookup .results {
	border-top: 3px solid #009966;
	margin-top: 5px;
	padding-top: 5px;
	}