.twitter-typeahead, .tt-query, .tt-hint {
	border-radius: 8px;
	width: 100%;
}

.twitter-typeahead {
	width: 100%;
	background-color: #FFFFFF;
}

.twitter-typeahead:focus {
	width: 100%;
}

.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
	color: #999999;
}

.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 5px 0px;
	width: 100%;
	max-height: 300px;
  	overflow-y: auto;
}

.tt-suggestion {
	font-size: small; /* Set suggestion dropdown font size */
	padding: 0px 10px;
	line-height: inherit;
}

.tt-suggestion:hover {
	cursor: pointer;
	background-color: #4eab27;
	color: #FFFFFF;
}

.tt-suggestion p {
	margin: 0;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #4eab27;
}
/* For client page */
.accordion-box .accordion .accord-content .tt-cursor , .accordion-box .accordion .accord-content .tt-suggestion:hover
{
	background-color: #4eab27 !important;
   	color: white !important;
   	font-size: small;
}