.leaflet-label {
	background: rgba(255, 255, 255, 1);
	background-clip: padding-box;
	border-color: rgba(0,0,0,0.25);
	border-radius: 0em;
	border-style: solid;
	border-width: 1px;
        font-size:1.2em;
	color: #443899;
	display: block;
	padding: 0.5em;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;

        font-size:1.1em;
	border-color: #666;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
        color:#666;
	background: rgba(255, 255, 255, 0.8);
        padding:10px 15px;


}

.leaflet-label:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	top: 5px;
	left: -10px;
}



  
