#timeline #filter {
    background-color: #ffff;
    overflow: auto;
    border-radius: 10px;
    border: 1px solid #b4b4b4;
    padding: 20px;
    font-size: 0.5em;
    font-family: 'Work Sans', sans-serif;
    margin: 20px 1vw 30px;
}

#timeline #filter input {
    font-size: 20px;
    padding: 10px;
    outline: none;
    border-width: 0;
    border-right: 1px solid #757575;
    font-family: 'Work Sans', sans-serif;
    width: 95%;
}

#timeline #filter .clear-button {
    display: inline-block;
    margin-left: 10px;
    background-color: #e091ba;
    color: white;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
}