.twitter-typeahead { width: 100%; display: block; }
.tt-query {
}

.tt-hint {
  color: #ccc!important;
}

.tt-menu {
  width: 320px;
  margin: 8px 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.tt-suggestion {
  padding: 3px 8.450px;
  font-size: 13px;
  line-height: 2.65em;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
