.twitter-typeahead {display: block !important;}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-hint {
	display: block;
	width: 100%;
	height: 30px;
	padding: 5px 6px 2px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	color: rgba(86, 86, 86, 0.3);
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	background: red;
}
.tt-dropdown-menu {
	min-width: 100%;
	margin-top: 2px;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;

}
.tt-suggestion {
	display: block;
	padding: 3px 12px;
	font-size: 12px;
	cursor: pointer;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}
.tt-suggestion {border-bottom: 1px dotted #ccc;}
.tt-suggestion:last-child {border-bottom: 0px;}

.tt-suggestion .status {color: 666; float: right; font-size: 10px; text-align: right; margin-top: 1px; background-color: #fff; margin-right: -5px; padding: 0 5px; border-radius: 3px;}
.tt-suggestion.tt-cursor .status {background-color: #fff; color: #666;}