.leaflet-label {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.95);
	background-clip: padding-box;
	border-color: rgb(50,50,50);
	border-color: rgba(50,50,50,0.95);
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	color: #111;
	display: block;
	font: 16px/24px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 2px;
	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;
}

.countyLabels {
    background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0);
	background-clip: padding-box;
	border-color: rgb(50,50,50);
	border-color: rgba(50,50,50,0.95);
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	color: #111;
	display: block;
	font: 16px/24px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 2px;
	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;
}

.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: "";
}

/*County Labels*/

.countyLabels {
    background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0);
	background-clip: padding-box;
	border-color: rgb(50,50,50);
	border-color: rgba(50,50,50,0.95);
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	color: #111;
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff ;
	display: block;
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 2px;
	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;
}

.countyLabels.leaflet-label:before,
.countyLabels.leaflet-label:after {
	border-top: 0;
	border-bottom: 0;
	content: none;
	position: absolute;
	top: 0;
}

.countyLabels.leaflet-label:before {
	border-right: 0;
	border-right-color: inherit;
	left: 0;
}

.countyLabels.leaflet-label:after {
	border-left: 0;
	border-left-color: inherit;
	right: 0;
}

.countyLabels.leaflet-label-right:before,
.countyLabels.leaflet-label-left:after {
	content: "";
}
