﻿.legendWindow {
    display: none;
    top: 5%;
    left: 15%;
    position: absolute;
    max-height: 450px;
    min-height: 150px;
    width: 280px;
    background-color: #867a6e;
    border: 4px solid #887a72;
    opacity: 0.96;
    border-radius: 5px;
}

    .legendWindow .scrollContainer {
        max-height: 400px;
        min-height: 150px;
        width: 280px;
        overflow-x: hidden;
    }

    .legendWindow .header {
        height: 30px;
        background-color: #5b4b43;
    }

    .legendWindow .header .title {
        font-weight: bold;
        font-style: italic;
        margin-left: 7px;
        line-height: 28px;
        color: #ffffff;
    }

    .legendWindow .header .closeButton {
        top: 10px;
        right: 8px;
    }

    .legendWindow .legendContent {
        /*color: #ffffff;*/
        font-size: 14px;
    }