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

.leaflet-popup-content-wrapper {
	max-width: 230px;
	font-size: 1.15em;
	}

.leaflet-popup-content-wrapper h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0em 0em 0.5em 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: #19A1C8;
	color: #FFF;
	text-decoration: none;
	height: 1.4em;
	border: 1px solid #19A1C8;
	border-radius: 0.85em;
    -webkit-border-radius: 0.85em;
    -moz-border-radius: 0.85em;
	font-size: 1em;
	}

.leaflet-popup-content-wrapper a:hover {
	background: #FFF;
	color: #19A1C8;
	border: 1px solid #19A1C8;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	}

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

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

.leaflet-tile-pane {
	filter: brightness(0.9)grayscale(100%)contrast(110%);
	}

.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-marker-icon:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	}