﻿#Map {
    width: 100%;
    margin: 0;
    position: relative;
    background: #ffffff;
}

#Legend {
    border: 1px solid #BABABA;
    width: 300px;
    background: rgba(255,255,255,.9);
    position: absolute !important;
    right: 0;
    z-index: 1;
    padding: 0;
    font-size: .8em;
    min-height: 17px;
    max-height: 500px;
    overflow-y: auto;
}

#Legend .hideLegend {
    position: absolute;
    right: 8px;
    top: 0;
    cursor: pointer;
    border-bottom: 1px dashed;
    color: #555;
}

#Legend .hideLegend:hover {
    border: none;
}

#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 1;
}