
.typeahead, .tt-query, .tt-hint {
	min-width: 100%;
}
.typeahead {
	background-color: #FFFFFF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
}
.tt-suggestion {
	padding: 5px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-cursor {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
