/* html, body, */
#map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

label {
    display: inline-block;
}

.button {
    width: 100%;
    margin: 3px auto;
    text-align: center;
}

#rightPane {
    color: #26211E;
    font-family: Arial, Helvetica, sans serif;
    font-size: 12px;
    width: 180px;
    border: solid 2px #4c3d2c;
    -webkit-border-radius: 4px; /*Safari 4 that does not support CSS3*/
    border-radius: 4px;
    margin: 1px;
    padding: 2px;
}

#legendPane {
    border: solid #97DCF2 1px;
}

#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

.legendImg {
    padding-left: 5px;
}

    .legendImg img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
