html, body {
	overflow: hidden;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
}
		
body {
	margin: 0px;
	background-color: #2d2d2d;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#map {
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-color: aqua;
    border: 2px;
}

#coordinates {
	position: absolute;
	left: 0%;
	bottom: 0%;
	font-size: 1.75vh;
	z-index: 75;
	display: block;
	color:aliceblue;
	background-color: rgba(0, 0, 0, 0.1);
}

.toggle-control {
	top: 5em;
	left: .5em;
}

#overlay {
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}