.leaflet-legend-toggle {
    background-image: url(/kona/common/images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-legend-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-legend {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-legend .leaflet-legend-control,
.leaflet-legend-expanded .leaflet-legend-toggle {
    display: none;
}
.leaflet-legend-expanded .leaflet-legend-control {
    display: block;
    /*position: relative;*/
}
.leaflet-legend-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-legend-control {
    background: white;
    padding: 1em;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*overflow: hidden;*/
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*.leaflet-legend-control:hover {
    height: 300px;
    transition-delay: 0s; 
    overflow: auto;
}*/

.leaflet-legend-control ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.leaflet-legend-control ul li img {
    display: inline-block;
    margin-right: 5px;
}

.leaflet-legend-control ul li span {
    vertical-align: top;
    line-height: 22px;
}

.leaflet-legend-control ul ul {
    margin-left: 15px;
}
