span.twitter-typeahead {
  float: left;
  width: 100%;
}

div.tt-menu {
  background-color: white;
  width: 100%;
  cursor: pointer;
  color: white;
  padding: 10px 10px 0px 10px;
}

.tt-suggestion a {
  color: black;
}

.tt-hint {
  color: transparent !important;
  display: none;
}
