html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;

	font-family: sans-serif;
}

#map {
	height: calc(100% - 25px);;
	width: 100%;
}

#topbar {
	width: 100%;
	height: 25px;
	color: white;
	background-color: black;
}

#controls {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 500;
	width: 300px;
	margin: 20px;
	padding: 15px;
	background-color: white;
}