.twitter-typeahead .tt-query{
		 font-size: 24px; color: #000000 !important;
  margin-bottom: 0;
   height: 30px;
}

.twitter-typeahead .tt-hint {
		 font-size: 14px; color: #c4c2c2 !important;
  margin-bottom: 0;
   height: 30px;
}

.tt-dropdown-menu {
  min-width: 270px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  border-bottom:1px solid #CCC !important;
}

.tt-suggestion.tt-is-under-cursor {
  color: #000;
background: rgb(255,189,68); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,189,68,1) 0%, rgba(255,189,68,1) 94%, rgba(247,162,47,1) 95%, rgba(247,162,47,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,189,68,1)), color-stop(94%,rgba(255,189,68,1)), color-stop(95%,rgba(247,162,47,1)), color-stop(100%,rgba(247,162,47,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,189,68,1) 0%,rgba(255,189,68,1) 94%,rgba(247,162,47,1) 95%,rgba(247,162,47,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,189,68,1) 0%,rgba(255,189,68,1) 94%,rgba(247,162,47,1) 95%,rgba(247,162,47,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,189,68,1) 0%,rgba(255,189,68,1) 94%,rgba(247,162,47,1) 95%,rgba(247,162,47,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,189,68,1) 0%,rgba(255,189,68,1) 94%,rgba(247,162,47,1) 95%,rgba(247,162,47,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd44', endColorstr='#f7a22f',GradientType=0 ); /* IE6-9 */

}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

.tt-suggestion:hover {
  	color: #000;
	background-color: #d9edf7;
 	border-bottom:1px solid #AAA;
  	cursor:pointer;
}
.tt-suggestion:focus {
  	color: #000;
	background-color: #d9edf7;
 	border-bottom:1px solid #AAA;
  	cursor:pointer;
}
.tt-cursor {
  	color: #000;
	background-color: #d9edf7;
 	border-bottom:1px solid #AAA;
  	cursor:pointer;
}
.tt-hint {
  top: 2px !important;
}