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

body {
	font-family: sans-serif;
	color: #fff;
	background: #dddddd;
	font-size: 0.7em;
	overflow: hidden;
}
#map {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#opbg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1004;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.8;
	/*display: none;*/
}

#metacontent {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1005;
	width:100%;
	height:100%;
	text-align:center;
	font-size: 12pt;
    padding-top: env(safe-area-inset-top);
}
