#map {
    width: 100%; 
    height: 100%; 
}

body {
    padding: 0;
    margin: 0;
}

html, body, #map {
    height: 100%;
}

#filter-container {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 999;
}

.leaflet-control-attribution {
    font: 9px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

form {
    margin: 0 0 0;
}

.popup-content {
    height: 250px;
    overflow-y: scroll;
}

.map-label {
    z-index: 9000638;
}

#clear {
    display: inline-block;
    position: relative;
    right: -24px;
    z-index: 999999;
    top: 3px;
    font-size:14pt;
    text-decoration: none;
    color: #aaa;
}

input.search-query {
    padding-left: 24px;
}

.search-box {
    font-size: 10pt !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}