<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "ISO-8859-1";
.relative{
	position:relative;
}
#myInputautocomplete-list{
	left: 195px;
	position: absolute;
	z-index: 2;
	overflow: auto;
	background-color: white;
	padding-right: 10px;
	padding-left:5px;
	border: solid 1.5px;
	cursor: pointer;
	min-width: 140.8px;
	max-height: 255px;
	text-align: left;
	padding-left: 10px;
 }

.autocomplete-items &gt; div {
    margin: 2px 0;
    padding: 3px 0;
}</pre></body></html>