.twitter-typeahead {
  height: 34px;
}

.twitter-typeahead > .form-control {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding: 10px 16px;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-hint {
  color: #999;
  height: 46px;
}

.tt-menu {
  text-align: left;
  width: 100%;
  margin-top: 14px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.tt-suggestion.tt-cursor {
  color: #fff !important;
  background-color: #00506a;
}

.tt-suggestion.tt-cursor a:link {
  color: #fff !important;
}

.tt-suggestion.tt-cursor a:visited {
  color: #fff !important;
}

.tt-suggestion.tt-cursor a:hover {
  color: #fff !important;
}

.tt-suggestion.tt-cursor a:active {
  color: #fff !important;
}

.tt-suggestion a:link {
  color: #00506a;
}

.tt-suggestion a:visited {
  color: #00506a;
}

.tt-suggestion a:hover {
  color: #00506a;
}

.tt-suggestion a:active {
  color: #00506a;
}

.tt-suggestion:hover {
  color: #fff;
  background-color: #00506a;
}

.tt-suggestion:hover a:link {
  color: #fff;
  background-color: #00506a;
}

.tt-suggestion:hover a:visited {
  color: #fff;
  background-color: #00506a;
}

.tt-suggestion:hover a:hover {
  color: #fff;
  background-color: #00506a;
}

.tt-suggestion:hover a:active {
  color: #fff;
  background-color: #00506a;
}

.tt-suggestion {
  padding: 0 10px;
  margin: 0;
  color: #00506a;
}

.tt-dataset p {
  padding-top: 5px;
  padding-bottom: 10px;
}

.tt-menu h3 {
  padding: 0 10px;

}
