.ac_results {
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #F2989D;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 3px 6px #ccc;
}
  
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: default;
    display: block;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
}

.ac_loading {
    background: white url('/scripts/autocomplete/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #F2989D;
    color: white;
}