<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .suggestions{
	z-index:9999;
}
.suggestions .suggest_item {
	padding: 4px;
	background-color: #fff;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-family: Calibri;
	font-size: 13px;
	text-align: left;
	color: #004080;
	width: 400px;
	position: relative;
	z-index: 1!important
}
.suggestions .suggest_item.first {
	padding: 4px;
	border-top: 1px solid #CCC
}
.suggestions .suggest_item.last {
	padding: 4px;
	border-bottom: 1px solid #CCC
}
.suggestions .suggest_item.selected, .suggestions .suggest_item.selected .description {
	padding: 4px;
	background-color: #185fa1;
	color: #FFF;
	cursor: pointer
}
.suggestions .suggest_item .thumbnail {
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 1px 2px;
	float: left;
	width: 50px;
	height: 50px
}
.suggestions .suggest_item .description {
	font-style: italic;
	font-size: 11px;
	color: #777
}
</pre></body></html>