
  /* Optional: Makes the sample page fill the window. */
html, body {
	height: 80%;
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial;
	background-color: #add8e6;
}


#map {
	height: 100%;
}


#right-panel{
	height:100%; 
	overflow:auto;
	padding:0px;
}

#floating-panel{
	position: absolute;
	top: 20%;
	left: 5%;
	z-index: 1;
	text-align: center;
	font-family: 'Roboto','Verdana';
	line-height: 30px;
}