<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font: 1em "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.row{
    margin: 0;
}

/*Map Styling*/
.leaflet-labels-pane {
    z-index: 650;
    pointer-events: none;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #1a1919;
    color: #d4d4d4;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}


/* Leaflet controls */

#map {
    flex-grow: 1;
    left:0;
}

#map-legend {
/*    display: block;*/
    font-size: 1.2em;
    background-color: white;
    margin: 5px;
    text-align: center;
}
#svg-legend {
/*    width: 100%;*/
}
#legend_title {
    font-weight: bold;
}

#full_page {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    vertical-align: top;
    flex-flow: column;
    display: flex;
}

/* Searchbar */
#citySearch {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
    max-height: 60%;
  }
#cityDrop{
    max-height: 50vh;
    overflow-y: scroll;
    font-size: 1.1em;
}


</pre></body></html>