
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.container {
    width:250px;
    margin:0;
    padding:0;
}

.legend span {
    width: 184px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    //border: 1px solid purple;
    float:left;
}

.legend div {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    //border: 1px solid purple;
    float:left;
}

.divbox{
    width:45%;
    //height:150px;
    //background-color:red;
    //text-align:center;
    vertical-align:middle;
    margin:5px;
    float:left;
    //border: 1px solid purple;
}

div.leaflet-bottom.leaflet-right {
    z-index: 600;
}

