.container {
    width: 100%;
    margin: 15px auto;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
[class$="-legend"] {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
}
[class$="-legend"] li {
    display: compact;
    padding: 3px 5px;
    text-align: left;
    font-size: 15px;
    color: #606060;
}
[class$="-legend"] li.hidden {
    text-decoration: line-through;
}
[class$="-legend"] li span {
    display: inline-block;
    height: 14px;
    width: 45px;
    margin-right: 10px;
}