/**************************************
 results
**************************************/
.as_results {
	position         : absolute;
	border           : 1px solid #79b;
	background-color : white;
	margin           : 0;
	padding          : 0;
	list-style       : none;
	display          : none;
	z-index          : 1000;
	text-align       : left;
	overflow-x       : auto;
	white-space      : nowrap;
}
.as_results li {
	border           : 0px solid #79b;
	margin           : 0;
	height           : auto !important;
	padding          : 3px 5px;
	white-space      : nowrap;
	color            : #000;
	text-align       : left;
	overflow         : hidden;
	font-size        : 14px;
	line-height      : 1;
	position         : relative;
}
.as_over {
	cursor           : pointer;
	background-color : #36c;
	color            : #fff !important;
	text-decoration  : none;
}
.sub_info {
	border           : 1px solid #333;
	background       : #ffe;
	color            : 333;
	font-size        : 14px;
	width            : 200px;
	padding          : 4px 6px;
	position         : absolute;
	overflow-x       : auto; 
	white-space      : nowrap;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.as_results {
		width            : 90%;
		left             : 5%;
		right            : 5%;
		text-align       : center;
		font-size        : 12px;
		overflow-x       : auto;
		white-space      : nowrap;
	}
	.as_results li {
		padding          : 10px;
		font-size        : 13px;
		overflow-x       : auto;
		white-space      : nowrap;
	}
	.sub_info {
		width            : 150px;
		font-size        : 12px;
		padding          : 3px 4px;
		overflow-x       : auto;
		white-space      : nowrap;
	}
}

@media (max-width: 480px) {
	.as_results {
		width            : 100%;
		left             : 0;
		right            : 0;
		font-size        : 11px;
		overflow-x       : auto;
		white-space      : nowrap;
	}
	.as_results li {
		padding          : 8px;
		font-size        : 12px;
		overflow-x       : auto;
		white-space      : nowrap;
	}
	.sub_info {
		width            : auto;
		font-size        : 11px;
		padding          : 2px 3px;
		overflow-x       : auto;
		white-space      : nowrap;
	}
}
