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

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

#legend {
	position: absolute;
	top: 30px;
	right: 8px;
	padding: 5px;
	background: white;
	border: 1px solid black;
	width: 232px;
	opacity: .8;
	height: 175px;
	overflow-y: auto;
}

div.LabeledMarker_markerLabel  {
  color: black;
  font-family: Arial;
	font-size: 7pt;
  width: 100px;
  text-align: center;
}
