﻿@charset "utf-8";
/* CSS Document */
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none !important;
}
#mapDiv {
	padding: 0;
	position: relative;
}
.northernIreland, .scotland, .england, .wales, .height300, .height400, .height550, .square, .fullWidth, .tall {
	width: 100%;
}
.northernIreland {
	height: 18em;
}
.scotland {
	height: 27em;
}
.england {
	height: 27em;
}
.wales {
	height: 25em;
}
#loadingDiv {
	position: absolute;
	left: 40%;
	top: 40%;
	z-index: 1000;
	width: 30em;
	padding: 1em;
	display: block;
	background-color: #FFF;
}
.height300 {
	height: 18em;
}
.height400 {
	height: 19em;
}
.height550 {
	height: 20em;
}
.square {
	height: 25em;
}
.tall {
	height: 40em;
}
#mapInfoWindow {
	min-height: 7em;
	min-width: 5em;
	background-color:#fff;
	display:block;
}
#dataContainer {
	min-height: 15em;
	min-width: 20em;
	background: #DDD;
	font-size: 90%;
	padding: 0.8em;
	padding-right: 1.5em;
	text-align: left;
	background-color:#fff;
}
#dataContainer h2 {
	border: none;
}
label#zoomDiv, label.white, #midCol label#zoomDiv, #midCol label.white {
	font-size: 70%;
	color: #194767;
	background: none;
}
.black {
	background-color: #194767;
	margin: 0;
	padding: 0.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.black h1, #midCol .black h1 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	border: none;
	background: none;
}
#scaleDiv {
	padding-top: 0.5em;
}
#scaleDiv div {
	float: left;
}
a.white, label.white, #midCol a.white, #midCol label.white {
	color: #fff;
	text-decoration: none;
}
#WMSmap {
	border: solid 0.1em #194767;
	text-align: center;
	background-color: #fff;
}
#geologyBtn {
	width: auto;
}
#opacityDiv {
	position: absolute;
	right: 0;
	top: 0.5em;
}
#googleDirections, .directionsInfoWindow {
	width: 15em;
	height: 10em;
}
@media screen and (max-width:56em) {
.fullWidth {
	height: 20em;
}
}
@media screen and (min-width:57em) {
.fullWidth {
	height: 34em;
}
.leftCol60 {
	width: 56%;
	display: block;
	float: left;
}
}
