.map-overlay {
    font: 16px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    /*width: 500px;*/
    /*width: 30%;*/
    /*min-width: 512px;*/
    bottom: 2px;
    left: 2px;
    padding: 0px;
    background-color: #fff;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
}

.map-overlay .controls {
    padding: 8px;
    padding-bottom: 8px;
    width: 420px;
    float: left;
}

.map-overlay .logos {
    padding: 8px;
    display: inline-block;
    vertical-align: top;
}

.logos img {
    padding-bottom: 12px;
    display: block;
    width: 64px;
}

.logos .logo {
    padding-bottom: 12px;
    display: block;
    width: 64px;
}

.map-overlay h1 {
    font-size: 20px;
    margin: 0 0 10px;
    cursor: default;
}

.colorbar {
    position: relative;
    width: 100%;
    height: 26px;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
}
/*.colorbar text {
    font-size: 12px;
    font: 12px sans-serif;
}*/

/* Menu icon, dropdown label, and dropdown */
.dropdown {
    display: inline-block;
    position: relative;
}
.dropdown-button {
    background-color: white;
    border: none;
    cursor: pointer;
}
.menu-icon{
    float: left;
}
.icon-bar{
    width: 22px;
    height: 2px;
    background-color: black;
    margin: 4px 0px 0px 0px;
}
/* Dropdown Label */
.dropdown-label {
    background-color: white;
    line-height: 24px;
    font-size: 18px;
    border: none;
    padding: 0px 8px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-window {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    bottom:120%;
}
/* Values inside the dropdown */
.dropdown-window div {
    font-size: 16px;
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */
.dropdown-window div:hover {
    background-color: #e5e5e5;
}

.map-overlay #date {
    float: right;
    line-height: 24px;
    display: inline;
    margin: 0 0 10px;
    font-style: italic;
}
.map-overlay #dateSlider {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display: block;}
