
#bloodhound {
  line-height: 40px;  
  height: 40px;
  margin: 0px;
  padding: 0px;
  margin-right: 16px;
  font-variant: small-caps;
}

.twitter-typeahead {
  color:#EEE;
  width: 100%;
  line-height: 40px;  
  height: 40px;
  margin: 5px;
}


.typeahead,
.tt-query,
.tt-input {
  color:#EEE;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: 0px solid;
  background-color: rgba(0,0,0,0.9);

}


.typeahead:focus {
}


.tt-hint {
  width: 100%;
  padding: 0px 20px;
  color: #888
}

.tt-query {
}

.tt-menu {
  width: 100%;
  margin-top: -5px;
  }




.tt-suggestion {
  margin-right: -10px;
  padding-left: 20px;
  padding-top: -2px;
  
  text-align: left;
  font-size: 18px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  height: 40px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #333;
  background-color: #DDD;
}

.tt-suggestion.tt-cursor {
  color: #333;
  background-color: #DDD;

}

.tt-highlight {
  text-decoration: underline;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 15px;
}