.twitter-typeahead {
  display: block;
}

.twitter-typeahead .tt-input {
    display: block;
}

.twitter-typeahead .tt-menu {
  right: 0;
  color: #212121;
  background-color: white;
  font-size: 17px;
  border: 1px solid rgba(50,58,69, .3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
  width: calc(100% - 4.5rem);
}

@media screen and (min-width: 481px) {
  .twitter-typeahead .tt-menu {
    width: calc(100% - 8.5rem);
    max-width: 46rem;
  }
}

.twitter-typeahead .tt-suggestion {
  padding: 6px 10px;
  width: 100%;
  color: #212121;
  font-weight: normal;
}

.twitter-typeahead .tt-suggestion strong {
  color: #205493;
  font-weight: bold;
}

.twitter-typeahead .tt-suggestion:hover {
  cursor: pointer;
  color: #dce4ef;
  background-color: #0071bc;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
  cursor: pointer;
  color: #dce4ef;
  background-color: #0071bc;
}

.twitter-typeahead .tt-suggestion:hover strong {
  color: white;
  font-weight: bold;
}

.twitter-typeahead .tt-suggestion.tt-cursor strong {
  color: white;
  font-weight: bold;
}

.twitter-typeahead .tt-hint {
  color: #aeb0b5;
}

.usa-search .ncbi-clear-button-x {
    position: relative;
}
