<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .suggestbox {
	text-align: left;
    position:relative;
    float:right;
}
.gray {
	color: gray;
}

.ac_results {
	background: #fff;
	position: absolute;
	z-index: 10000;
	display: none;
	border-top: none;
	width: 100%;
}

.ac_results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac_results li a {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	color: #666;
	padding: 1px 10px;
}

.ac_results li {
	border: 1px solid #fff;
	font-size:12px
}

.ac_over,.ac_results li a:hover {
	background: #eee;
}

.ac_results li a span {
	float: right;
}

.ac_result_tip {
	padding: 3px 0px;
}
.sug_inp  {
    margin:0 15px;
    width:140px;

 }
.codev {
	text-align: right;
	line-height: 30px;
	padding: 0 10px;
	background:#2573C2;;
	color: #FFFFFF;
}
.codev span {
	float: left;
	color: #FFFFFF;
}

</pre></body></html>