
.leaflet-marker-pane .leaflet-marker-icon:nth-child(n + 1) {
	z-index: 1 !important;
	}

.leaflet-popup-content-wrapper {
	font-size: 1.15em;
	}

.leaflet-popup-content-wrapper h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0em 0em 0.2em 0em;
	}

.leaflet-popup-content-wrapper h4 {
	font-weight: normal;
	padding-bottom: 0.15em;
	margin-top: 0em;
	border-bottom: solid 1px #CCC;
	margin-bottom: 0.25em;
	}

.leaflet-popup-content-wrapper h6 {
	font-weight: normal;
	font-size: 1em;
	margin: 0.2em 0em 0em -0.6em;
	}


.leaflet-popup-content-wrapper h3 {
	font-weight: bolder;
	font-size: 1.2em;
	margin: -0.1em 0em 0.1em 0em;
	}

.leaflet-popup-content-wrapper a {
	font-weight: bold;
	background: linear-gradient(40deg, #00ACE6, #00D9C7);
	color: #FFF;
	text-decoration: none;
	height: 1.4em;
	border: 1px solid #fff;
	border-radius: 1.05em;
    -webkit-border-radius: 1.05em;
    -moz-border-radius: 1.05em;
	font-size: 1em;
	text-align: center;
	display: block;
	}

.leaflet-popup-content-wrapper a:hover {
	background: #FFF;
	color: #00ACE6;
	border: 1px solid #00ACE6;
	}

.leaflet-popup-content-wrapper .eq_jump{
	padding: 0.25em 2.4em;
	}

.leaflet-popup-content-wrapper .eq_jma{
	padding: 0.25em 0.65em;
	}


.leaflet-marker-pane{
/*
	-webkit-filter: opacity(50%)brightness(170%);
	-moz-filter: opacity(50%)brightness(170%);
	-o-filter: opacity(50%)brightness(170%);
	filter: opacity(50%)brightness(170%);
	mix-blend-mode: hard-light;
*/
	}

.leaflet-tile-pane {
	-webkit-filter: brightness(0.35)grayscale(100%)contrast(125%);
	-moz-filter: brightness(0.35)grayscale(100%)contrast(125%);
	-ms-filter: brightness(0.35)grayscale(100%)contrast(125%);
	-o-filter: brightness(0.35)grayscale(100%)contrast(125%);
	filter: brightness(0.35)grayscale(100%)contrast(125%);
	}

.leaflet-popup-content-wrapper span {
	font-size: 0.9em;
	width: 1.1em;
	height: 1.1em;
	padding: 0.1em 0.15em 0em 0.2em;
	margin-left: 0.4em;
	border: 1px solid #CCC;
	border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
	}

.leaflet-grid-label{
 	color: #000;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    			-1px 1px 0 #FFF, 1px -1px 0 #FFF,
    			0px 1px 0 #FFF,  0-1px 0 #FFF,
    			-1px 0 0 #FFF, 1px 0 0 #FFF;
	opacity: 0.8;
}