v\:* {
	behavior:url(#default#VML);
}

html, body {
	overflow: hidden;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
}
		
body {
	margin: 0px;
	background: #fff;
	color: #FFFFFF;
	background-color: #000000;
}

h1 {
	margin: 0;
	padding: 6px;
	border:0;
	font-size: 20pt;
}

#map {
	height: 99%;
	width: 100%;
	border: 0px solid #888;
}

.map .ol-custom-overviewmap,
.map .ol-custom-overviewmap.ol-uncollapsible {
bottom: 40px;
left: 0px;
right: auto;
top: auto;
}

.map .ol-custom-overviewmap:not(.ol-collapsed)  {
border: 1px solid black;
}

.map .ol-custom-overviewmap .ol-overviewmap-map {
border: none;
width: 250px;
height: 250px;
background-color: rgba(0,0,0,1);
}

.map .ol-custom-overviewmap .ol-overviewmap-box {
border: 1px solid red;
}

.map .ol-custom-overviewmap:not(.ol-collapsed) button{
bottom: 0px;
left: 0px;
right: 0px;
top: auto;
}

.ol-popup {
color: black;
position: absolute;
background-color: white;
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
min-width: 250px;
}
.ol-popup:after, .ol-popup:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.ol-popup:after {
border-top-color: white;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before {
border-top-color: #cccccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer {
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
}
.ol-popup-closer:after {
content: "✖";
}