/*********** LEAFLET css to customize Leaflet default styles  ********/
.leaflet-container {
    font:inherit;
}

.leaflet-container a {
	text-decoration-color: #000;
	color:#000;
	}
.leaflet-container a h4{color:#000; margin:10px;}
.leaflet-container a h4:hover {opacity:0.7; cursor:pointer;}


.leaflet-popup-content {
    margin: 0;
}

.leaflet-popup-content-wrapper {border-radius:0;}

.leaflet-container p {
	margin:10px;
	text-transform: initial;
    font-size: 0.8rem;
    letter-spacing: 0.02rem;
    line-height: 1.6rem;
    color: #000;
}

.leaflet-container a, .leaflet-container a p {
    font-weight: 700 !important;
}

.leaflet-popup-content {
    width: 200px !important;
}

.leaflet-container a.leaflet-popup-close-button {
	background: #FFFC;
	color:#000;
	padding: 1px 4px 4px 3px;
	width: 18px;
	height: 18px;
}