
    
.ui-autocomplete {
font-size: 0.8em;
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
z-index: 2000;
}
