.ac_results {
	background-color: #222;
	color: white;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute; right: 0 !important; left: auto !important; top: 40px !important;
	z-index: 10000;
	width: 25%;
}
.ac_results li {
	color: white;
	padding: 15px;
	text-align: left;
}
.ac_over {
	background-color: #000;
	cursor: pointer;
}
.ac_match {
	text-decoration: underline;
}
