.customMap {
	width: 100%; 
	height: 600px; 
	border: 1px solid #ddd; 
	z-index:0";
}

.leaflet-control-enabled:hover {
	background-color: #F4F4F4;
}

.leaflet-popup-content {
	margin: 3px 19px 13px 19px !important;
	  display: inline-block;
	  width: auto !important;
	  white-space: nowrap;
}

.leaflet-control-disabled {
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65); */
	border: 2px solid rgba(0,0,0,0.2);
	cursor: pointer;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 19px;
	line-height: 26px;
	color: #464646;
	line-height: 30px !important;
}

.leaflet-control-disabled:hover {
	background-color: #F4F4F4;
}

.leaflet-control-enabled {
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65); */
	border: 2px solid rgba(0,0,0,1);
	cursor: pointer;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 19px;
	line-height: 26px;
	color: #464646;
	line-height: 30px !important;
}

.leaflet-control-layers-group-name {
	font-weight: bold;	
}