.ac_results {
	text-align: left;
	/*padding: 0px 10px;*/
	/*border: 1px solid black;*/
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	margin-top: 13px;
}

@media (min-width: 768px) {
	.ac_results {
		z-index: 1000;
		margin-top: 9px;
	}
}

.search-title {
	color: #303840;
	text-align: center;
	padding: 10px 0;
	float: left;
	width: 100%;
}

.search-title span {
	font-size: 11px;
}

.title_showall_text {
	text-align: center;
	float: left;
	width: 100%;
	background: #f0f0f0;
	padding: 8px 0;
	border-radius: 4px;
}

.title_showall {
	text-align: center;
}

@media (max-width: 767px) {
	.ac_results {
		/* width: calc(100% - 20px) !important; */
		left: 0 !important;
		width: 100% !important;
	}
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	padding-top: 10px;
	margin: 0;
}

.ac_results li {
	display: flex;
	margin: 0px;
	/*padding: 10px;*/
	cursor: pointer;
	/* width: 100%; */
	/*font: menu;*/
	font-size: 16px;
	line-height: 1.2em;
	overflow: hidden;
	/*min-height: 90px;*/
	/*border: 1px solid #e5e5e5;*/
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/

.ac_odd {
	background-color: #eee;
}

.ac_over {
	/*background-color: #0A246A;*/
	/*color: white;*/
}
