.leaflet-bar, .leaflet-popup-content-wrapper {
	border-radius: 2px;
}
.leaflet-popup-content {
	cursor: pointer;
}
.tooltip {
	width: 150px !important;
	height: 50px !important;
	padding: 5px !important;
	margin: -10px 0 0 30px !important;
	color: white;
	background: #242738;
	/* border: 1px solid white; */
	border-radius: 3px;
}
.tooltip > div {
	width: 140px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px !important;
}