.twitter-typeahead .tt-query {
	margin-bottom: 0px;
}
.twitter-typeahead .tt-hint {
	margin-bottom: 0px;
}
.tt-dropdown-menu {
	padding: 5px 0px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; margin-top: 2px; min-width: 160px; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); background-clip: padding-box; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-border-radius: 6px; -moz-border-radius: 6px; -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-background-clip: padding-box; -moz-background-clip: padding;
}
.tt-suggestion {
	padding: 3px 20px; display: block;
}
.tt-is-under-cursor.tt-suggestion {
	color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 129, 194);
}
.tt-is-under-cursor.tt-suggestion a {
	color: rgb(255, 255, 255);
}
.tt-suggestion p {
	margin: 0px;
}
