.leaflet-label {
	background: rgb(235, 235, 235);
	background: rgba(235, 235, 235, 0.81);
	background-clip: padding-box;
	border-color: #777;
	border-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;
	color: #111;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	white-space: nowrap;
	z-index: 6;
}


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

.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: "";
}

.my-label{   position: absolute;
    background: none;
	background-clip: none;
	border-style: solid;
	border-width: 0;
	color: blue;
    font-size:15px;
    font-weight: normal;		
    top:-10px;
    left:-20px;
    z-index: 0;
    
}

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

.my-label:before,
.my-label:after {
	border: 0;
	content: none;
	position: absolute;
	top: 0;
}

.my-label:before {
	border: 0;
	left: 0;
}

.my-label:after {
	border: 0;
	right: 0;
}

.my-label-right:before,
.my-label-left:after {
	content: "";
}
.labelStreet{   position: absolute;
    background: none;
    font-variant: small-caps;
	background-clip: none;
	border-style: solid;
	border-width: 0;
    font-size:14px;
    font-weight: bold;		
    top:-10px;
    left:-20px;
    z-index: 0;text-shadow: 1px 1px #eee;
    color:#555;  
}
.labelLineFree{   position: absolute;
    font-size:11px;
    font-weight: bold;		
    top:-10px;
    left:-20px;
    z-index: 0;
    color:#222;padding:2px 4px;  
}


.labelDistrict{   position: absolute;
    background: none;
	background-clip: none;
	border-style: solid;
	border-width: 0;
    font-size:10px;	
    top:-10px;
    left:-20px;
    z-index: 0;
    color:#222;  
}
.labelCounty{   position: absolute;
    background: none;
    font-variant: small-caps;
	background-clip: none;
	border-style: solid;
	border-width: 1px;
    font-size:11px;	
    top:-10px;
    left:-20px;
    z-index: 0;
    color:#222;  
}
.labelZone{   position: absolute;
    background: rgba(255,255,255,0.8);
 
	background-clip: none;
	border-style: solid;
	border-width: 0;
    font-size:12px;	
    top:-10px;
    left:-20px;
    z-index: 0;
    color:#222;  
}
.labelPoly{   position: absolute;
    background: none;
	background-clip: none;
	border-style: solid;
	border-width: 0;
	color: blue;
    font-size:14px;
    font-weight: bold;		
    top:-10px;
    left:-20px;
    z-index: 0;
    color:#444;
    text-shadow:1px 1px #eee;

    
}

.labelDistrict,
.labelCounty,
.labelLineFree.leaflet-clickable,
.labelStreet.leaflet-clickable,
.labelZone.leaflet-clickable,
.labelPoly.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
}
.labelDistrict:before,
.labelCounty:before,
.labelLineFree:before,
.labelLineFree:after,
.labelStreet:before,
.labelStreet:after,
.labelZone:before,
.labelZone:after,
.labelPoly:before,
.labelPoly:after {
	border: 0;
	content: none;
	position: absolute;
	top: 0;
}

.labelDistrict:before,
.labelCounty:before,.labelLineFree:before,.labelStreet:before,.labelZone:before,.labelPoly:before {
	border: 0;
	left: 0;
}

.labelDistrict:after,
.labelCounty:after,.labelLineFree:after,.labelStreet:after,.labelZone:after,.labelPoly:after {
	border: 0;
	right: 0;
}
.labelDistrict-right:before,
.labelDistrict-left:after,
.labelCounty-right:before,
.labelCounty-left:after,
.labelLineFree-right:before,
.labelLineFree-left:after,
.labelStreet-right:before,
.labelStreet-left:after,
.labelZone-right:before,
.labelZone-left:after,
.labelPoly-right:before,
.labelPoly-left:after {
	content: "";
}



