#map {
    // width: 100%; 
    width: 600px;
    height: 100%; 
    // height: 550px; 
    // top: 50px;
}

body {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

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

/*
#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 {
    a-height: 150px;
    overflow-y: auto;
}

.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;
}
