.ui-autocomplete {
	max-height: 218px;
	max-width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-menu-item {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



