body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.legend-entry {
    margin-bottom: 1rem;
}

.legend-color-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10%; 
    margin-right: 5px; 
}

#resetButton {
    margin-top: 1rem;
}

.stop-details {
    padding: 10px;
}

.stop-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    /* border: 1px solid #869091; */
    border-radius: 2%;
    padding: 0.4rem;
    background-color: #f2f2f2;

}

.info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.info-name {
    font-weight: bold;
}

.info-value {
    flex-grow: 1;
    text-align: right;
}