.leaflet-label {
	background: rgba(255,255,255, 0.9);
	padding:15px;
	border-radius: 0px;

	color: #111;
	display: block;
	font: 12px/20px "Open Sans", Arial, Helvetica, sans-serif;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 100000000000000;
	color:#333;
}

.leaflet-label-dark {
  color: #fff !important;
  text-shadow: -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000,
    1px 1px 3px #000 !important;
}

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