.auto-complete-output {
	border:			1px solid #ccc;
	margin:			10px 0 0;
	position:		absolute;
	display:		none;
	overflow-y:		scroll;
	background:		#fff;
	z-index:		9999;
}

.auto-complete-result,
.auto-complete-no-results {
	display:		block;
	width:			100%;
	padding:		0 12px;
	line-height:		2em;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

.auto-complete-result {
}

.auto-complete-result:hover,
.auto-complete-result:focus,
.auto-complete-result:active {
	background:		#eee;
	text-decoration:	none;
}

.auto-complete-result.active {
	background:		#337AB7;
	color:			#fff;
}

.auto-complete-no-results {
}
