.leaflet-marker-pane {
	z-index: 655;
}

.leaflet-tooltip {
	background: #094575;
	background-clip: padding-box;

	color: white;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding:1px 10px 1px 10px;
    //position: absolute;
	//top:-2px;
	//right:0px;
    box-shadow:1px 1px 4px 1px grey;
    border:4px solid white;
    border-radius:5px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	//z-index: 0!important;
}

.leaflet-tooltip-left{
	padding-right: 20px;

}
.leaflet-tooltip-right{
	padding-left: 20px;

}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
}

