@charset "utf-8";
.ui-autocomplete
 {
     max-height: 300px;
     overflow-y: auto;
     overflow-x: hidden;
 }
 html .ui-autocomplete
 {
     height: 300px;
 }