.typeahead, .tt-query, .tt-hint {
	font-size: 14px;
	outline: medium none;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead {
	height:25px!important
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
}
.tt-hint {
	display:none;
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 1px;
	padding: 8px 0;
	width: 225px;
}
.tt-suggestion {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #414141;
}
.tt-suggestion p {
	margin: 0;
}