.twitter-afj-typeahead {
	width: 100% !important;
}

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

.afj-suggestion p,
.afj-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;
}

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

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

.afj-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;
}

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