span.twitter-typeahead
{
	width: 100%;
}
#searchbar form span.twitter-typeahead input
{
	padding: 0;
	margin: 0;
	border: none;
}
.tt-menu
{
	width: 100%;
	/*position: static !important;*/
}
.tx-indexedsearch-searchbox .tt-menu
{
	margin-top: -20px;
	border: 1px solid #ededed;
	border-top: 1px solid white;
}
.tt-dataset
{
	background-color: white;
	cursor: pointer;
	line-height: 40px;
}
.tt-selectable
{
	padding: 0 15px;
}
.tt-selectable:hover
{
	background-color: #EDEDED;
}