input.typeahead {
	max-width: 500px;
}

.twitter-typeahead {
	width: 100%;
}

.tt-menu {
	width: 100%;
	margin-top: -3px;
	padding: 8px 0;
	background-color: #fff;
	border: 2px solid #0E66BE;
	border-top-color: #0e66be;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tt-dataset>p {
	padding: 3px 8px;
}

.tt-suggestion:hover {
	cursor: pointer;
	background-color: #F4F5F7;
}

.tt-suggestion.tt-cursor {
	background-color: #F4F5F7;
}

.tt-suggestion p {
	margin: 0;
}