.slope-block {
    display: block;
    padding: 10px;
    max-width: 200px;
}

.slope-block label {
    display: block;
    font-size: 14px;
    text-align: center;

}

.slope-block select {
    min-width: 75px;
}

.slope-block #arrival {
    max-width: 175px;
    text-align: center;
}

.slope-block #departure {
    max-width: 175px;
    text-align: center;
}

.slope-widgets-container {
    float: left;
}
