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

.leaflet-control-attribution {
	padding: 0.2em 0.5em;
}
.leaflet-control-attribution a {
	color: #373a3c;
}
.leaflet-control-attribution .leaflet-attribution-flag {
	display: none !important;
}
.mapy-cz-attribution {
	margin: 0 0.5rem 0.3rem 0 !important;
}

.leaflet-container {
	font-family: inherit;
}
.leaflet-popup-content-wrapper {
	background: #ffffff;
	/*color: #ffffff;*/
	border-radius: 0;
	/*font-size: 1.2em;*/
}
.leaflet-popup-content {
	line-height: inherit;
}
.leaflet-popup-tip {
	background: #ffffff;
}
.leaflet-popup-content-wrapper strong {
	color: #373a3c;
	text-transform: uppercase;
	font-size: 1.2em;
}
.leaflet-popup-close-button {
	color: #ffffff !important;
}

.leaflet-tile {
	filter: grayscale(1) brightness(105%) contrast(105%);
}
