.ac_results {
    padding: 0px;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.ac_results .rouge {
    /*color: #D1505F;*/
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}

.ac_results li .caddie {
    float: left;
    height: 18px;
    margin-top: 5px;
    width: 22px;
    background: url('/images/maps/pictoCaddie.png') 0 0 no-repeat transparent;
    background-size: contain;
}

.ac_results li .ac_row {
    margin: 4px;
    overflow: hidden;
    padding: 2px;
    zoom: 1;
}

.ac_results ul li {
    border-bottom: 1px solid #DEDEDE;
    margin: 0px;
    padding: 0px 5px;
    color: #313131;
    display: block;
    cursor: pointer;

    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    /*line-height: 16px;*/
    overflow: hidden;
}
.ac_results ul li::before {
    content: none;
}

.ac_loading {
    background: white right center no-repeat;
}

.ac_odd {
    /* background-color: #eee; */
}

.ac_over {
    background-color: #F4F4F4;
}
