#mapLeaflet {
	height: 400px;
	isolation: isolate;
	font-size: 0.7rem;
}

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

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