/* ui.maplegendwidget */
.ui-map-legend-widget .legend-roofs-class {
    float: left;
    width: 128px;
    height: 27px;
    white-space: nowrap;
    overflow: visible;
}

.legend-shadow {
    clear: both;
}

.ui-map-legend-widget .tail {
    height: 0px;
    clear: both;
}

.ui-map-legend-widget .legend-box {
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    padding: 1px;
    margin-right: 5px;
    margin-left: 4px;
    margin-bottom: 4px;
    float: left;
    clear: left;
    border-radius: 3px;
}

.ui-map-legend-widget .legend-text {
    height: 20px;
    display: block;
    vertical-align: middle;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 3px;
    font-size: 1.2em;
    white-space: nowrap;
    width: 150px;
}

.ui-map-legend-widget h1 {
    font-size: 1.2em;
    font-weight: normal;
    border-bottom:0 none;
    margin: 12px 0px;
}

.ui-map-legend-widget p {
    margin: 2px 4px;
}

.ui-map-legend-widget br {
    display: none;
}

#legend .ui-map-legend-widget .legend-box {
    clear: none;
    float: left;
    margin: 0;
}
#legend dl {
    width:184px;
    overflow:hidden;
    padding-bottom:12px;
    
}
#legend .ui-map-legend-widget .legend-text {
    float: left;
    font-size: 1.2em;
    margin-left: 10px;
    padding: 2px 0;
    white-space: normal;
    width: 150px;
    
}
