#map {
    height: 410px;
    margin: 1em 0;
}
#legend-block {
    position: relative;
    top: 10px;
    left: 30px;
    z-index: 401;
    width: 155px;
    background: #fff;
}
.legend-labels {
    list-style: none;
    margin: 0 0 0 6px;
    padding: 4px 0 2px 0;
}
#legend-block ul.legend-labels li span {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}
#sidebar {
    overflow:auto;
    z-index:1;
    bottom:0;
    padding:0;
    margin:1em 0;
}
.maplist {
    border-bottom: 1px solid #ccc;
    padding: 4px 4px 4px 10px;
    display:block;
    overflow: auto;
    cursor: pointer;
}
.mapdetail {
    margin-left: 20px;
    margin-top: 5px;
    color: #262626;
}
.mapdetail a {
    color: #262626;
    text-decoration: underline;
}
.maplist:last-child {
    border-bottom: none;
}

