#map{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#mouse-label{
	position:fixed;
	top :101vh;
	left:101vw;
	color:#fff;
	font-size:10px;
	text-align:right;
	margin-top :15px;
	margin-left:15px;
	pointer-events:none;

	background:rgba(0,0,0,0.85);
	color:rgba(255,255,255,0.9);
	border:1px solid rgba(255,255,255, 0.35);

	text-shadow:
		 1px  1px #000,
		 1px -1px #000,
		-1px  1px #000,
		-1px -1px #000;
}

#mouse-label.hidden,
#mouse-label.off{
	display:none !important;
}

#mouse-label #mouse-lat-lon{
	padding:2px 5px;
	font-size:10px;
	text-align:center;
}

#mouse-label #mouse-lat-lon span{
	display:inline-block;
	width:calc( 50% - 11px );
	text-align:center;
	padding:0 5px;
	font-family:'IBM Plex Mono', monospace;
}

#mouse-label #mouse-lat-lon span:nth-child(1){
	border-right:1px solid rgba(255,255,255,0.4);
}

#mouse-label #mouse-probe{
	padding:5px;
	border-top:1px solid rgba(255,255,255, 0.35);
}

#mouse-label #mouse-probe:empty{
	display:none;
}

#mouse-label #mouse-probe *{
	display:inline-block;
	font-family:'Ropa Sans';
}

#mouse-label #mouse-probe .lbl{
	width:100px;
	padding:0 5px;
	border-right:1px solid rgba(255,255,255, 0.35);
}

#mouse-label #mouse-probe .val{
	width:80px;
}
