.fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field {
    display: flex;
    white-space: nowrap;
    margin-bottom: 5px;
}

.field label{
    min-width: 63px;
}

.field input{
    width: 120px;
}

#distanceSlide {
    pointer-events: none;
}

#timeSlide, #distanceSlide{
    width: 100%;
}

