.flugticket_schnellsuche {
    background-color: #265BD2;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
}

.ui-autocomplete {
    z-index:2147483647;
    position:absolute
}

ul.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.ui-autocomplete > li {
    background-color: white;
    border-bottom: 1px solid #666;
    padding: 3px;
    color: #666;
    width: 300px;
}

ul.ui-autocomplete > li:hover {
    background-color: #e3e3e3;
    cursor: pointer;
}

#reisende_frame {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    display: none;
    width: 100%;
}
.reisende_row {
    display: table-row;
}
.reisende_type, .reisende_serviceklasse {
    display: table-cell;
    padding: 5px;
}
.reisende_minus, .reisende_plus {
    width: 20px;
    text-align: center;
    font-size: 18px;
    display: inline;
    margin: 5px;
}
#reisende_erwachsene, #reisende_kinder, #reisende_kleinkinder {
    width: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: inline;
}

#serviceklasse  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}

#suchen-button {
    color: #265BD2;
    font-weight: bold;
}
#more-options {
    color: #888888;
}