/* Update stylings to integrate leaflet with wes map.
 * This stylesheet should be loaded after other leaflet css */
.leaflet-pane {
	z-index: inherit;
}

.leaflet-marker-icon.featureDivIcon.leaflet-zoom-animated.leaflet-interactive {
    margin: 0px !important;
}

.leaflet-container {
	background: rgba(0, 0, 0, 0);
 	outline: 0;
}

.leaflet-control-attribution {
	display: none;
}

.continuous-legend {
	background: none;
	padding: 0px;
	box-shadow : none;
}

.coverage-legend {
	padding: 0px; 
	height: 18px; 
	width: 300px; 
	border-radius: 20px; 
	box-shadow: 0 0 4px 0 black; 
	font-size: 12px; 
	clear: right;
}

.coverage-legend span {
	text-align: center;
	display: inline-block;
	color: white;
	vertical-align: top;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}

.coverage-legend-timestamp {
	border-radius: 20px;
	font-size: 12px;
	background: white;
	color: black;
	text-align: center;
	padding: 0px 8px;
	float: right;
	margin-bottom: 3px;
}