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

//.columns.nopadding {
  //padding-left: 0;
  //padding-right: 0;
//}
#floating-panel {
	position: absolute;
	top: 70px;
	z-index: 5;
	padding: 0px;
	margin-left: 10px;
	text-align: center;
	line-height: 10px;
	border-radius: 3px;
	width:110px;
}
.surface {
	background-color: #ffffff; /* Green */
	border: none;
	color: black;
	padding: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #999;
	font-size: 11px;
	width:100%;
	border-radius: 3px;
}

#legend-panel {
	top: 40px;
	background-color: #fff;
	margin-right: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	text-align: center;
	line-height: 10px;
	width:100%;
}


