@media only screen and (max-width: 500px) {
    #map {
        height: 300px;
    }
}


html,
body {
    padding: 0;
    margin: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

#map {
    width: 960px;
    height: 580px;
}

.ev-content,
.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
    background-color: white;
    min-width: 150px;
}

.ev-content {
    position: relative;
    width: auto;
    height: auto;
}

.ev-image {
    width: 150px;
}

.ev-name {
    border-top: 1px solid #ECECEC;
    font-size: 12px;
    background: white;
    font-weight: 700;
    margin-top: 4px;
    padding-top: 4px;
}

.ev-location {
    font-size: 12px;
    color: #868686;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ECECEC;
}

.ev-key {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 4px;
}

.ev-item {
    font-size: 12px;
    font-weight: 400;
    color: #868686;
}

.ev-link {
    display: block;
    padding-top: 4px;
    margin-top: 4px;
    border-top: 1px solid #ECECEC;
}

/* 
========= MARKER CLUSTERS =========
*/

.marker-cluster-small {
	background-color: rgba(74, 74, 74, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(74, 74, 74, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(74, 74, 74, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(74, 74, 74, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(74, 74, 74, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(74, 74, 74, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(74, 74, 74);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(74, 74, 74);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(74, 74, 74);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(74, 74, 74);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(74, 74, 74);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(74, 74, 74);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
    font: 12px Arial, Helvetica, sans-serif;
    color: white;
	}
.marker-cluster span {
	line-height: 30px;
	}