.tt-hint {
  display: none;
}

.twitter-typeahead {
  display: block !important;
}

.faq-search-menu {
  top: 38px !important;
  width: 382px;
  margin: 8px 0;
  #background-color: #555;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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);
}

.faq-search-suggestion {
  width: 100%/*312px*/;
  display: block;
  padding: 3px 10px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid #666;
  color: #4F4F4F;
  text-shadow: none;
  text-align: left;
}

.faq-search-suggestion:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.faq-search-suggestion:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}

.faq-search-suggestion:hover {
  cursor: pointer;
  color: #fff;
  border-color: #0097cf;
  background-color: #0097cf;
}

.faq-search-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.faq-search-suggestion p {
  font-size: 12px;
}
