.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.typeahead, .tt-query, .tt-hint {
  border: 2px solid #ccc;
  outline: none;
}

input.tt-input {
    margin-bottom: 0;
}

.typeahead {
  background-color: #fff;
}

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

.tt-dropdown-menu, .tt-menu {
  min-width: 300px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  overflow-y: scroll;
  max-height: 600px;
  width: 323px;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  /*-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;*/
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 10px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #272541;
}

.tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-cursor {
  background-color: #272541;
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#292C3E), to(#13152A));
  background-image: -webkit-linear-gradient(top, #292C3E 0%, #13152A 100%);
  background-image: -moz-linear-gradient(top, #292C3E 0%, #13152A 100%);
  background-image: -ms-linear-gradient(top, #292C3E 0%, #13152A 100%);
  background-image: -o-linear-gradient(top, #292C3E 0%, #13152A 100%);
  background-image: linear-gradient(to bottom, #292C3E 0%, #13152A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292C3E', endColorstr='#13152A',GradientType=0 ); /* IE6-9 */
  color: #eeeeee;
}

.tt-suggestion.tt-is-under-cursor a, .tt-suggestion.tt-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

.tt-suggestion img {
  width: 32px;
  display: inline-block;
  padding-right: 10px;
}

.tt-dataset h5 {
    font-weight: 700;
    padding:0 10px;
    font-size: 12px;
    background-color: #f2f2f2;
}

.tt-menu .more {
    text-align: center;
}
.tt-menu .more.hide {
    display: none;
}
.tt-menu .more:hover {
    background-color: #fff;
}

.tt-menu .more a {
    color: #333;
    transition: all 150ms;
}

.tt-menu .more a:hover {
    color: #000000;
    font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
 /* search override */
  .tt-dropdown-menu, .tt-menu {
    min-width: 300px;
    max-height: 300px;
  }
}