#map { height: 100%; }

.layer-control-title { margin: 2px 2px 2px 2px; }

#opacity-control { 
	width: 100px;
	position: absolute; top: 200px; left: 10px; z-index: 1000; background: white; padding: 10px;
}
#opacity-slider { 
	display: block; 
	width: 100px;
}

.leaflet-legend {
	background: white;
	padding: 10px;
	line-height: 18px;
	color: #333;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

