#mapLeaflet {
	isolation: isolate;
	font-size: 0.7rem;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*.leaflet-tile {*/
/*	filter: grayscale(1);*/
/*}*/

.leaflet-control-attribution .leaflet-attribution-flag {
	display: none !important;
}

.leaflet-container {
	font-family: inherit;
}
.leaflet-control-attribution a {
	color: #2f273c;
}
.leaflet-popup-content-wrapper {
	background: #ffffff;
	/*color: #ffffff;*/
	border-radius: 0;
	/*font-size: 1.2em;*/
	/*border-left: 4px solid #4779e5;*/
	text-align: center;
}
.leaflet-popup-content {
	line-height: inherit;
}
.leaflet-popup-tip {
	background: #ffffff;
}
.leaflet-popup-content-wrapper strong {
	/*color: #4779e5;*/
	text-transform: uppercase;
	font-size: 1.2em;
}
.leaflet-popup-close-button {
	color: #ffffff !important;
}
