.twitter-typeahead {
	float: left;
	width: 100%;
}

.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
	margin-bottom: 0;
}

.tt-dropdown-menu {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
	        background-clip: padding-box;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	        box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border: 1px dashed rgba(0,0,0,.2);
	margin-top: 1px;
	padding: 5px 0;
	width: 100%;
}

.tt-suggestion {
	cursor: pointer;
	display: block;
	padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #428BCA;
}

.tt-suggestion.tt-cursor a {
	color: #fff;
}

.tt-suggestion p {
	margin: 0;
}

.tt-hint {
	color: #aaa;
}