body {
	margin: 0px;
}

#panel {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 250px;
	height: 230px;
	z-index: 9999;
	background-color: bisque;
	padding: 8px;
	opacity: 0.8;
}

#map {
	height: 100vh;
	width: 100%;
}

