<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li.search-choice {
	clear: left;
	width: 160px;
	margin-left: 3px;
	margin-right: 3px;
}

.chosen-results {
	border: 1px solid #5897fb;
}

.chosen-container {
	margin-bottom: 5px;	
}

.chosen-container .chosen-results .active-result {
	border: 1px solid #fff;
	margin: 1px;
}
.chosen-container .chosen-results .active-result.highlighted {
  background-color: #BFF0B5;
	color: #333;
	border: 1px solid #D4D1D1;
	background-image: none;	
}</pre></body></html>