body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	color: #333;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

#map {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#toolbar {
	z-index: 1000;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 150px;
}

#group {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

#selector {
	margin: 4px;
	font-size: 12px;
}

.legend {
	height: 15px;
}

.hidden {
	display: none;
}

.leaflet-popup-content {
	width: 250px !important;
}