.leaflet-label {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 1);
	background-clip: padding-box;
	border-color: #4682b4;
	border-color: rgba(70,130,180,0.75);
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	color: #111;
	display: block;
	font: 11px/15px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 4px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	
	white-space: nowrap;
	z-index: 1;
}

.leaflet-label.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	opacity: 1;
}

.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 {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}

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