.leaflet-div-icon {
	background: transparent;
	border: none;
}

.leaflet-marker-icon .number{
	position: absolute;
	top: -20px;
	/*left: 22px;*/
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	padding: 0;
	color: black;
}

.leaflet-marker-icon .xKM-number{
	position: absolute;
	top: 0px;
	top: -10px;
	left: -15px;
	height: 20px;
	width: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	padding: 0;
	line-height: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
	color: black;
}