/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.twitter-typeahead {
	width: 100% !important;
}

.tt-dropdown-menu,
.tt-dataset-search,
.tt-suggestion {
	width: 100% !important;
}

.tt-suggestion p,
.tt-suggestion p a {
	margin: 0 !important;
	font-size: 1em !important;
	box-shadow: none !important;
	width: 100% !important;
	height: auto !important;
	display: block !important;
	cursor: pointer !important;
	height: auto !important;
}

.tt-suggestion:first-of-type a {
	border-bottom: none !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.tt-suggestion:last-of-type a {
	border-top: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.tt-suggestion:not(:last-of-type):not(:first-of-type) a {
	border-top: none !important;
	border-bottom: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.tt-dropdown-menu {
	width: 100%;
	display: block;
}
