body { margin: 0; padding: 0; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
.mapboxgl-popup {
	max-width: 400px;
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.mapboxgl-ctrl-geocoder--icon-search {
    top: 5px !important;
    left: 5px !important;
}
.heading { 
	position: absolute; 
	z-index: 100;
	width: 185px;
	top: 5px; 
	left: 0;
	padding: 0 6px;
	background: #00584c;
	color: #fff;
	box-shadow: 3px 3px 10px #88888866;
	font-size: .9em;
}
h1 { line-height: 15px;
	font-size: 1.1em; 
	margin: 5px;
}

.logo img {
	margin: 6px  8px  0 0;
	width: 50px;
	float: left;	
}	
.mapbox-improve-map, .mapboxgl-ctrl-attrib { display: none; }
.heading div {
	background: #fff;
	color: #00584c;
	margin: 0 -6px;
	text-align: center;
}
#map-list { 
	position: absolute; 
	z-index: 100;
	top: 80px; 
	left: 0;
	width: 218px;
	background: none !important;
	padding-left: 5px;
}
#map-list div { padding: 1px 5px; color: #fff; font-size: .8em; display: inline-block; margin: 0px; }
.mapboxgl-ctrl-top-left {
	top: 23px;
	left: 0;
}
.mapboxgl-ctrl-geocoder { min-width: 190px !important; margin-left: 6px !important; }
.mapboxgl-ctrl-geocoder--input {
	height: 30px !important;
	padding: 6px 10px 2px 30px !important;
	font-size: .8em !important;
}
@media screen and (max-width: 639px) {
	.mapboxgl-ctrl-geocoder { min-width: 190px !important; margin-left: 6px !important; }
	.mapboxgl-ctrl-geocoder--input {
		height: 30px !important;
		padding: 6px 10px 2px 30px !important;
		font-size: .8em !important;
	}
}
.btn-xs, .btn-xs:visited, .btn-xs:link {
	color: #fff;
	background: #909090;
}
.btn-xs:hover {
	color: #fff;
	background: #00584c;
}
.btn-xs {
	padding: 0px 3px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	border: 1px solid;
	margin-right: 3px;
	float: right;
	margin-right: 0px;
}