<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.autocomplete {
	font-size: 9px;
	color: inherit;
	background: #EEE;
	z-index: 1000;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li {
	margin: 0px !important;
	padding: 4px;
	border: 1px solid #CCC;
	border-top: none;
	white-space: nowrap !important;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5em;
	cursor: pointer;
}

div.autocomplete ul li.selected {
	color: #2E78DF;
	background: #DDD;
}
</pre></body></html>