/* https://blog.charliecroom.com/index.php/web/numbered-markers-in-leaflet */
.leaflet-div-icon {
	background: transparent;
	border: none;
}
/*
.leaflet-marker-icon .number{
	position: relative;
	top: -37px;
	font-size: 12px;
	width: 25px;
	text-align: center;
}
*/
.leaflet-marker-icon .number{
	position: relative;
    color: white;
	top: -51px;
	font-size: 24px;
	width: 50px;
	text-align: center;
}
