<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************
 General Layout
***************/

body, 
html {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;

	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

a {
	text-decoration: none;
}

*:focus {
	outline: 0;
}

.map{
	width: 920px;
	height: 600px;
}

/***************
 Leaflet
***************/
.leaflet-container,
.leaflet-label {
	font: 13px/1.5 Verdana, sans-serif;
	color: #333;
	font-weight: 400;
}

.leaflet-control-layers label {
	font-size: 14px;
	padding-left: 10px;
}

.leaflet-control-layers h3 {
	font-weight: 600;
}

.leaflet-bar-part img {
	padding-top: 4px;
}

.no-pointer {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.info {
    padding: 6px 8px;
    background: #fff;
    color: #333;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    border-radius: 5px;
}

.info h3 {
	margin: 0 0 5px;
	color: #404040;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.6;
}

.legend.solid i {
	opacity: 1;
}

html.lt-ie9 .leaflet-bar-part,
html.lt-ie9 .info {
	border: 1px solid #999;
}

/***************
 Blur Overlay
***************/
.blur-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 1001;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

html.lt-ie9 .blur-overlay {
	background-color: #404040;
}

.blur-overlay.active {
	display: block;
}


/***************
 Modal Window
***************/

.modal {
	position: absolute;
	top:3%; bottom: 3%; left: 5%;
	width: 90%;
	z-index: 1002;
	background-color: #fff;
	display: none;
	cursor: auto;
	text-align: left;
	overflow: auto;
}

.modal.active {
	display: block;
}

.modal a.close-btn {
	position: absolute;
	font-size: 1.25em;
	color: #aaa;
	top: 5px;
	right: 10px;
	border: none;
}

.modal a.close-btn:hover {
	color: #777;
}

.modal-contents {
	width: 94%;
	margin: 2em auto 0;
	padding: 0 3%;
}

.modal-contents img {
	display: block;
	height: 440px;
	min-width: 385px;
	max-width: 770px;
	margin: 0 auto;
}

.modal-contents h2 {
	font-size: 1.4em;
}

.modal-contents h2 span,
.modal-contents h3 span {
	font-weight: 600;
}

.modal-contents h3 {
	font-size: 1.125em;
}</pre></body></html>