<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*ver 2014 - hide postcode search */
#map-3g-speeds {
	margin:0;
	padding:0;
	padding-bottom: 8px;
	width: 624px;
	position: relative;
}
#loading3gmap{
	width: 624px;
	height: 532px;
	background-color: blue;
	background: url("/news/special/technology/11/3g_datamap/img/3g_datamap_intro_v3.gif");
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	display: none; /* vers 2014 */
}
#intro-loading-container {
	margin: 50px;
	margin-top: 218px;
	display:block;
}
#intro-loading-container p{
	font-size:27px;
	line-height: 27px;
	color: white;
}

#intro-text-container {
	margin: 50px;
	margin-top: 218px;
	display:none;
}
#intro-text-container p{
	font-size:27px;
	line-height: 27px;
	color: white;
}
.map {
	width: 624px;
	height: 484px;
	margin-bottom: 8px;
	clear: both;
	/*visibility: hidden;
	left: -5000px;*/ /* vers 2014 */
}

/* div that holds form and input field.  dimensions: 232x40px with 8px padding*/
#map_supplement_container {
	background-color: #ededed;
	width: 624px;
	height: 48px;
	margin: 0;
	padding: 0px;
}

#map-button-container {
	background-color: #ededed;
	width: 354px;
	height: 48px;
	margin: 0;
	padding: 0px;
	float: left;
	display2:none;
}

#map-search-container {
	background-color: #ededed;
	width: 270px;
	height: 48px;
	margin: 0;
	padding: 0px;
	float: right;
}
#map-key p{
	background-color: #ededed;
	height: 24px;
	padding: 0px;
	margin: 0px;
	clear: both;
	line-height: 24px;
}

#map-key p .map-key-icon{
	padding-left: 12px;
	padding-right: 4px;
} 

/* div that holds form and input field.  dimensions: 232x40px with 8px padding*/
#search-bar {
	background-color: #ededed;
	width: 216px;
	height: 24px;
	margin: 0;
	padding: 12px;
	float: right;
}
/* remove padding and border style from form set by �鶹��'s main css */
#intro-text-container form.search_form,
#search-bar form.search_form {
	margin: 0px;
	padding: 0;
	border: none;
	display: none; /* vers 2014 */
}

/* width should be 30px less than search-bar container to take account of button width (24px) and field padding (3px + 3px) */
#intro-text-container form.search_form input.search_input,
#search-bar form.search_form input.search_input {
	font-size: 1.3em;
	width: 186px;
	border: none;
	line-height: 20px;
	padding: 2px 3px;
}


#intro-text-container form.search_form  .postcode-button,
#search-bar form.search_form  .postcode-button {
	background: url("http://static.bbc.co.uk/domesday/1.0.5/img/search_icon_small.png") no-repeat scroll center center white;
	border: 0;
	height: 24px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -2000em;
	width: 24px;
	cursor: pointer;
}


</pre></body></html>