span.twitter-typeahead .tt-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	max-height: 250px;
	overflow-y: scroll;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	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;
	width: 100%;
}
div.tt-dataset {
	overflow-x: hidden;
}
span.twitter-typeahead .tt-suggestion {
	display: block;
	margin: 0;
	padding: 5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	background-color: #F5F5F5;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
	color: #000;
	background-color: #F5F5F5;
}
span.twitter-typeahead {
	width: 100%;
}
.input-group span.twitter-typeahead {
	display: block !important;
}
.input-group span.twitter-typeahead .tt-menu {
	top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu {
	top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu {
	top: 28px !important;
}