.leaflet-tooltip.my-labels {
    height: 50px;
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.leaflet-bottom.leaflet-right {
    height: 0;
}

.temp-body {
    overflow-y: hidden;
}

*,
*::before,
*::after {
  box-sizing: content-box; 
}

label {
    margin-bottom: 2px;
}

.text-shadow {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.marker-cluster-default {
    background-color: rgba(255,255,255,0.5);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}