.ac_results {
	text-align: left;
	padding:5px;
	border-bottom: 3px solid #ff7c00 ;
	border-radius: 5px;
	overflow: hidden;
	background-color: white;
	z-index: 99;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

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

.ac_results li {
	margin: 0;
	padding: 5px;
	display: block;
	color: black;

	font-family: 'Poppins', sans-serif;
	font-size: 14px;

	line-height: 1.2;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	cursor:pointer;
}
.ac_results li:last-child{
	border-bottom: none;
}


.ac_odd {
	background-color: white;
}

.ac_over {
	color: #1d9001;
	text-decoration: underline;

}

@media only screen and (max-width: 767px) {
	
	.ac_results {
		left:0 !important;		
		width:100% !important;		
	}
}
