.leaflet-marker-icon-wrapper {
	position: absolute
}

.leaflet-marker-iconlabel {
        display: inline-block;
	font-family: "trajan-pro-3","Trajan Pro",serif;
        font-size: 10px;
        color: #6d6c6c;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
}