html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
/* body, button, select{ */
	/* font-size: 1.5em; */
/* } */
#editor{
	display:none; 
	position:absolute; 
	background:white; 
	padding:10px; 
	border:1px solid black; 
	z-index:1000;
	top: 0;
}
#map {
	width: 100%;
	height: 100%;
}
#popup { 
	background: white; 
	padding: 5px; 
	border: 1px solid black; 
	position: absolute; 
	display: none;
	white-space: nowrap;
}
#control{
	position: fixed;
	right: 0;
	top: 0;
	background: white;
	display: grid;
}
#info{
	position: absolute;
	top: 0;
	background: white;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 2em;
}