<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.autocomplete-suggestions {
/* 	border: 1px solid #BBBBBB; */
	background: #FFF;
	cursor: default;
	overflow: auto;
	-moz-box-shadow: 0 2px 10px #BBBBBB;
	-webkit-box-shadow: 0 2px 10px #BBBBBB;
  	box-shadow: 0 2px 10px #BBBBBB;
  	margin-left: 6px;
  	border-radius: 6px;
}

.autocomplete-suggestion {
	color: #000;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    line-height: 40px;
    margin-right: 16px;
    margin-left: 16px;
    border-bottom: 1px solid #F2F2F2;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F1F1F1;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}</pre></body></html>