<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* leaflet fix */
.leaflet-touch .leaflet-control-layers-toggle {
	width: 36px;
	height: 36px;
	}

.leaflet-touch .leaflet-bar a {
	width: 26px;
	height: 26px;
	line-height: 26px;
	}

/* leaflet.fullscreen fix */
.leaflet-touch .leaflet-control-fullscreen a {
    background-position: 0px 0px;
    }

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position: 0px -26px;
    }

/* leaflet zoom display */
.leaflet-control-zoom-display {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	text-align: center;	
	font-size: 12px;
	font-weight: bold;
	cursor: grab;
}
 /* main */
ul {
	list-style: none;
	overflow: hidden;
	margin: 15px 0;
}

li {
	float: left;
}

#nav a {
	display: block;
	border: 1px solid #AAA;
	padding: 2px 5px;

	background-color: #555;

	color: #BBB;

	margin: 0 3px 5px 0;

	text-decoration: none;
	transition: .1s linear;

}

#nav a:hover {
	background-color: #995;
	color: #EEE;
	border-color: #EE3;
}



#nav .active {
	background-color: #369;
	color: #DD9;
	border-color: #DD9;
}</pre></body></html>