mishelen
5/13/2016 - 8:25 PM

autocomplete.css

.list-unstyled {
	list-style: outside none none;
	padding-left: 0;
}

#suggestions-block {
	margin-top : 1em;
	margin-bottom : 1em;
}
.suggestions {
	position : absolute;
	left : 0; right : 0;
	opacity : 0;
	background: white;
	border: 1px solid #eee;
	box-shadow: 0 1px 1px #ededed;
	transition : opacity .2s;
}

.suggestions li {
	padding: .6em 0.75em;
	border-bottom : 1px dotted #eee;
}
.suggestions li:last-child { border :none;}
.form-group { position : relative;}