body {
    padding: 0;
    margin: 0;
}

html, body, #map {
    height: 100%;
    width: 100%;
}

img {
    max-width: none !important;
}

.leaflet-center {
    left: 50%;
    transform: translate(-50%, 0%);
}

.map-header {
	top: 10px;
	background: white;
    padding: 10px;
    left: 75px;
	font-weight: bold;
}

.fa, .fas {
    padding-top: 5px;
}

.easy-button-button {
    margin: 0 !important;
    padding: 0 !important;
}

.hide-views-active {
    background-color: rgba(0, 38, 255, 0.5) !important;
    color: white;
    text-shadow: none;
}

