/**
 * Styles for jQuery UI Autocomplete widget.
 */

.ui-widget.ui-widget-content {
  height: 300px;
  overflow: scroll;
}
