<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leaflet-control-attribution a {
    box-shadow: 0 0 0 0 currentcolor;
}
.leaflet-container a {
    box-shadow: 0 0 0 0 currentcolor;
}
.leaflet-control-layers-expanded form {
	margin: 0;
}
.leaflet-control-layers-expanded form div {
    margin-top: 0.09em;
    margin-bottom: 0.09em;
	font-weight: normal;
}
.leaflet-control-layers-expanded label {
	padding: 0;
}

#map {
	width: 100%;
	height: 680px;
	border: 1px solid #ccc
}
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */

#map:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}
#map:-ms-fullscreen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}
#map:full-screen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}
#map:fullscreen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}
.leaflet-pseudo-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 99999;
}
.leaflet-control-zoom-fullscreen {
	background-image: url(../images/icon-fullscreen.png);
}
.leaflet-retina .leaflet-control-zoom-fullscreen {
	background-image: url(../images/icon-fullscreen-2x.png);
	background-size: 26px 26px;
}
.info {
	padding: 4px 6px;
	font: 11px/11px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
.info h4 {
	margin: 0 0 5px;
	color: #777;
}
.legend {
	text-align: center;
	line-height: 13px;
	color: #555;
}
.legend i {
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 8px;
	opacity: 0.8;
}

.leaflet-popup-tip-container{
	display: none;
}

#basemapslidercontainer {
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 1000;
}

#basemapslider {
    font-size: 100%;
    margin: 14px;
    height: 125px;
    width:7px;
}
</pre></body></html>