
@charset "UTF-8";

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	font-size: 1.5rem;
}
* html .ui-autocomplete {
	height: 100px;
}
.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}




