.leaflet-marker-icon-wrapper {
	position: absolute
}

.leaflet-marker-iconlabel {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: block;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	/* color: black; */
    color: white;
	/* background: rgba(255,255,255,0.7); */
	/* -webkit-text-stroke: 1px white; */
	padding: 1px 1px;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.leaflet-popup-tip-container {
    display: none;
}
.leaflet-popup-content {
    margin: 10px;
    max-height: 250px;
    width: auto;
}
.width-min .leaflet-popup-content {
    width: 250px !important;
}
.width-max .leaflet-popup-content {
    width: 400px !important;
}
.width-max-2 .leaflet-popup-content {
    width: 450px !important;
}
.popupCustom .leaflet-popup-content {
    margin: 10px;
    max-height: 350px;
    overflow-y: scroll;
    width: 400px;
}
