.ac_results {
    border: 1px solid black;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
}

.ac_results li {
    white-space: nowrap;
    color: #101010;
    text-align: left;
	margin-bottom: -4px;
}
 
.ac_over div {
    cursor: pointer;
    background-color: rgb(51,102,204);
    color: white;
	margin: 0;
	padding: 0;
}
 
.ac_match {
    text-decoration: underline;
    color: black;
	margin: 0;
	padding: 0;
}