 .overlay {
    image-rendering: pixelated;
}

.leaflet-mesh-pane {
    z-index: 250 !important;
}

.map-layer {
   transition: opacity 0.5s;
}

#bubble {
    position: absolute;
    z-index: 99999;
    bottom: 10px;
    display: none;
    padding: 3px;
    width: 150px;
    height: 20px;
    background-color: white;
    opacity: 0.95;
}


#bubble:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: white;
	border-right: 0;
	margin-top: -8px;
	margin-right: -8px;
}

.bubble {
	position: relative;
	background: #582c2c;
	border-radius: .4em;
}

.bubble:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 34px solid transparent;
	border-left-color: #582c2c;
	border-right: 0;
	margin-top: -34px;
	margin-right: -34px;
}