.right {
    float: right;
}
.legend .legend-title {
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    color: rgba(255, 255, 255, 70%);
    font-size: 150%;
}
.legend .legend-scale ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.legend .legend-scale ul li {
    display: block;
    float: left;
    width: 150px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 120%;
    color: rgba(255, 255, 255, 50%);
    list-style: none;
}
.legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 150px;
}
.legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}
.legend a {
    color: #777;
}
.legend {
    margin-top: 20px;
    margin-right: 20px;
}
