#legendcontainer {
    border-radius: 5px;
    position: absolute;
    padding-bottom: 15px;
    top:65px;
    left:10px;
    background-color: white;
    /* height:500px; */
    width:160px;
    box-shadow: 5px 2px 4px #888888;
    z-index: 888;
}

#legendtitle {
    color: rgb(70,70,70);
    font-weight: bold;
    padding:10px;
    text-align: center;
}

.legendunit {
    color: rgb(70,70,70);
    padding:10px;
    text-align: center;
}

.legenditems {
    display: flex;
    flex-direction: column;
    align-items: left;

}

#legenditem {
    display:flex;
    flex-direction: row;
    width:100px;
    justify-content: space-between;
}

.circle{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border:1px solid red;
    background-color: red;
    line-height: 20px;
    text-align: center;
}