html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
h4 {
	margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #FFFF;
}
#map {
	height: 100%;
}
#floating-panel {
	position: absolute;
	top: 10px;
	left: 25%;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	font-family: 'Roboto','sans-serif';
	line-height: 30px;
	padding-left: 10px;
}
		
#floating-panel {
	background-color: #fff;
	border: 1px solid #999;
	left: 25%;
	padding: 5px;
	position: absolute;
	top: 10px;
	z-index: 5;
}
		      
.ol-popup {
	padding: 10px;
	min-width: 250px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	margin-bottom: 15px;
}

.ol-popup table {
	width: 100%;
}

.ol-popup .tooltiptext {
	width: 120px;
	position: absolute;
	z-index: 1;
	bottom: 15%;
	left: 50%;
	margin-left: -60px;
  }
  
  .ol-popup .tooltiptext::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -9px;
	border-width: 12px;
	border-style: solid;
	/* border-color: black transparent transparent transparent; */
  }