.ac_results {
    border: 1px solid gray;
    background-color: white;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000000;
    display: none;
    height:336px;
    overflow:auto;
}

.ac_results li {
    white-space: nowrap;
    color: #101010;
    text-align: left;
    font-size: 13px;
    padding: 4px 5px;
}

.ac_results li span.ingredientId {
    display: none;
}

.ac_over {
    cursor: pointer;
    background-color: #d9f4ff;
}

.ac_match {
    background: #72bce1;
    color: #fff;
    padding: 0 2px 0 1px;
    margin: 0 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 #4b90b3;
}

.ac_over .ac_match {
    background: #004d6d;
    text-shadow: 1px 1px 0 #004d6d;
}