.legend-container #legend {
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.legend-container .legend-toggle {
    cursor: pointer;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1.0);
}

.legend-container .legend-toggle-icon {
    /*optionally use an icon image for the toggle button*/
    /*background: url('images/layers.png') no-repeat center center;*/
}

.legend-collapsed #legend {
    display: none;
}

.legend-collapsed .legend-toggle {
    display: block;
}

#legend {
    background-color: white;
    display: block;
    width: 562px;
    height: auto;
    padding: 10px;
}

.legend__img {
    display: block;
    float: left;
    margin-right: 10px;
}

.legend__small {
    display: block;
}

.legend__txt-block {
    display: flow-root;
}

.legend__row {
    margin-bottom: 20px;
}

.legend__h4_top-0 {
    margin-top: 0px;
}