/* .leaflet-label {
	background: #FFFFFF;
	background-clip: padding-box;
	border-color : rgba(196, 224, 253, 0.6);

	border-radius: 2px;
	border-style: solid;
	border-width: 2px;
	color: #111;
	display: block;
	font: 11px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 10px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 9999;
	line-height:25px;
	box-shadow:1px 5px 10px #333;
} */

.leaflet-label {
	/* display: block; */
	/* max-width: 200px; */
	border-radius: 2px;
/* 	border-style: solid;
	border-width: 1px; */
	font-weight: bold;
	white-space: nowrap;
	z-index: 9999;
	line-height:25px;
	box-shadow:1px 5px 10px #333;
	margin-left: 15px;
	margin-right: 15px;
}

.leaflet-label hr{

height: 1px;
border-radius: 2px;
}


.leaflet-label.leaflet-clickable {
	cursor: pointer;
}

.leaflet-label:before,
.leaflet-label:after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: none;
	position: absolute;
	top: 5px;
}

.leaflet-label:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	left: -10px;
}

.leaflet-label:after,
.ie_after {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}

.leaflet-label-right:before,
.leaflet-label-left:after {
	content: "";
}