@font-face {
	font-family: 'Friz';
	src: url('font/Friz Quadrata Std Regular.otf');
	font-weight: normal;
	font-style: normal;
}

html, body, #map { width:100%; height:100%; margin:0; padding:0; z-index: 1;background:black; }
.leaflet-tooltip {
	margin-top: 15px;
	color: #FDECC0;
	font-family: "Friz";
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.75);
}
select {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
}
#save {
	position: absolute;
	left: 15px;
	bottom: 10px;
	z-index: 2;
}
#layers {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#layers .layer {
	display: inline-block;
	outline: 0 none;
	border: 0 none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #4CAF50;
}
#layers .layer.active {
	border: 2px solid #fff;
}