.ac_results {
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	min-width: 350px;
	border: 1px solid #003962;
	border-top: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #ecc2a9;
    /*color: white !important;*/
}

.ac_match {
	text-decoration: underline;
	color: black;
}

.ac_over .ac_match {
    /*color: white !important;*/
}

.ac_tooltip {
    background-color: #d37c4d;
    color: white !important;
    font-size: 10px;
}
