.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.info.legend {
    background-color: rgba(255,255,255,1);
    color: white;
}

.legend {
    line-height: 25px;
    color: #555;
}
.legend i {
    width: 28px;
    height: 18px;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
    opacity: 1;
}

.legend h4 {
    color: white;
    text-align: center;
}

.legend_title_div {
    border: 1px solid black;
    height: 65px;
    padding-top: 10px;
    margin: 10px;
}
.legend_title_h1 {
    color: black;
    text-align: center;
}
.legend_title_h2 {
    color: black;
    text-align: center;
}


.legend_content_div{
    border: 1px solid black;
    height: 730px;
    padding-top: 5px;
    padding-left: 5px;
    margin: 10px;
}

.legend_content_h2{
    margin-top: 15px;
    margin-bottom: 15px;
    color: black;
    text-align: center;
}

.legend_bottom_div{
    border: 1px solid black;
    height: 130px;
    padding-top: 10px;
    margin: 10px;
}

.legend_content {
    vertical-align: middle;
    color : black;
    display: flex;
}

#compass-picture {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 865px;
    right : 0px;
}