span.twitter-typeahead {
	width: 100%;
	margin: 0;
}
.typeahead {
	background-color: #fff;
}
.typeahead:focus {
	border: 2px solid #c9001e;
}
.tt-query {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}
.tt-menu {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	margin-top: 1px;
	background: #ffffff;
	padding: 10px 0 18px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}
.tt-input {
	vertical-align: baseline !important;
}
.tt-suggestion {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	text-align: left;
	border-top: 1px solid #f5f5f5;
}
.tt-suggestion:hover {
	cursor: pointer;
	color: #cb0505;
	background: #f5f5f5;
}
.tt-suggestion:first-child {
	border-top: none;
}

.tt-suggestion.tt-cursor {
	cursor: pointer;
	color: #930000;
	background: #f5f5f5;
}
.tt-suggestion p {
	margin: 0;
}
