.twitter-typeahead {
  height: 20px;
  width: 100%;
}

.tt-hint {
  position: absolute;
  background-color: #fff;
  border: 1px solid #0000;
  color: #999;
  font-weight: normal;
  font-family: unset;
  height: inherit !important;
  font-size: unset;
  width: 99%;
}

.twitter-typeahead input:nth-child(2) {
  position: relative;
  background-color: #0000;
  height: 20px;
}

.table-typeahead input.tt-hint:first-of-type {
    padding: 0 !important;
    width: calc(100% - 1px) !important;
    top: -1px !important;
}

.twitter-typeahead input.Ed1_Must:first-child {
    height: 29px !important;
    letter-spacing: 1px;
    left: 1px !important;
}

.claim-block__element .twitter-typeahead {
    width: 100% !important;
}

.twitter-typeahead input.Ed1_Must {
    height: auto;
}

.tt-hint,
.twitter-typeahead input:nth-child(2) {
  text-indent: 2px;
  outline: none;
}

.tt-input.Ed1 {
  font-size: unset;
  font-family: unset;
  height: 100%;
}

.tt-dropdown-menu {
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 3px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

.tt-dropdown-menu h3 {
  cursor: default;
  font-family: unset;
  font-size: unset;
  color: #df5d40;
  margin: 0;
  padding: 5px;
}

.tt-suggestion {
  font-size: inherit;
  line-height: normal;
  margin: 0;
  padding: 6px 3px;
  border-bottom: 1px solid #ccc;
}

.tt-suggestion:last-child {
  border-bottom: 0;
  padding-bottom: 3px;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #fdf5ce;
  color: #c77405;
}

.tt-suggestion p {
  margin: 0;
}

p.stText {
  font-family: unset;
  font-size: unset;
  font-weight: bold;
  color: inherit;
}

.stText9,
.stText9.tt-hint {
  font-family: unset;
  font-size: unset;
  font-weight: bold;
}
