#menu {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 105px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    line-height: 20px;
    border-radius: 4px;
}

#menu button {
    font-size: 15px;
    color: #757575;
    display: block;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 7px;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid #959595;
    text-align: center;
    background-color: #fff;
}

#menu button:first-child {
    border-radius: 4px 4px 0 0;
}

#menu button:last-child {
    border: none;
    border-radius: 0 0 4px 4px;
}

#menu button:hover {
    background-color: #eaeaea;
    color: #000000;
}

#menu button.active {
    color: #000000;
    font-weight: bold;
}

#menu button.active:hover {
    background-color: #eaeaea;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
    width: 36px;
    min-width: 36px;
}

.mapboxgl-ctrl-geocoder {
    width: 33.3333%;
    font-size: 15px;
    line-height: 20px;
    max-width: 360px;
}

.mapboxgl-ctrl-geocoder .suggestions {
    font-size: 13px;
}

.mapboxgl-ctrl-geocoder--icon {
    top: 8px;
}

.mapboxgl-ctrl-geocoder--icon-close {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 0;
}

.mapboxgl-ctrl-geocoder--icon-search {
    left: 7px;
    width: 20px;
    height: 20px;
}

.mapboxgl-ctrl-geocoder--input {
    height: 36px;
    padding: 6px 35px;
}

.mapboxgl-ctrl-geocoder--icon-loading {
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-right: -5px;
}

.mapbox-gl-geocoder--error {
    color: #909090;
    padding: 6px 12px;
    font-size: 16px;
    text-align: center
}

.mapboxgl-popup {
    max-width: 300px;
    font: 12px/15px 'Arial', Arial, sans-serif;
}

.mapboxgl-popup-content {
    padding: 9px 9px 5px 9px;
}

div.container-fluid.main-container, div.col-md-12 {
    padding: 0;
    margin: 0;
}

.gm-style-iw-d {
    font-size: 12px;
    text-align: center;
}

table.ass_legend {
    table-layout: fixed;
    width: 100%;
    margin: 5px 0 5px 0;
    border-collapse: collapse;
    font-size: 11px;
    font-weight: normal;
    word-wrap: break-word;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.ass_legend tbody th {
    white-space: normal;
    width: 80px;
    padding: 1px 5px 1px 5px;
}

.ass_legend tbody tr {
    border-bottom: 1px solid #dddddd;
}

.ass_legend tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table.atlas_legend {
    table-layout: fixed;
    width: 100%;
    margin: 5px 0 5px 0;
    border-collapse: collapse;
    font-size: 11px;
    font-weight: normal;
    word-wrap: break-word;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.atlas_legend tbody th {
    white-space: normal;
    width: 100px;
    padding: 1px 5px 1px 5px;
}

#explanatory_notes {
    padding: 1px 5px 1px 5px;
}

.atlas_legend tbody tr {
    border-bottom: 1px solid #dddddd;
}

.atlas_legend tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table.geo_meta_legend {
    table-layout: fixed;
    width: 100%;
    margin: 5px 0 0 0;
    border-collapse: collapse;
    font-size: 11px;
    font-weight: normal;
    word-wrap: break-word;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.geo_meta_legend tbody th {
    white-space: normal;
    width: 85px;
    padding: 1px 5px 1px 5px;
}

.geo_meta_legend tbody tr {
    border-bottom: 1px solid #dddddd;
}

.geo_meta_legend tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.sa_geo_popup {
    max-width: 300px !important;
}
