.typeahead_list {
  background: #eee;
  border: 1px solid #777;
  border-top: none;
  color: #333;
  font-size: 11px;
  overflow: hidden;
  position: absolute;
  text-align: left;
}

.typeahead_list .typeahead_suggestion {
  background: #fff;
  color: #000;
  cursor: default;
  margin-bottom: 1px;
  padding: 3px;
  width: 100%;
}

.typeahead_list .typeahead_suggestion em {
  background: #797688;
  font-style: normal;
  font-weight: bold;
}

.typeahead_list .typeahead_suggestion small {
  color: #808080;
  padding-left: 5px;
}

.typeahead_list .typeahead_selected {
  background: #3b5998;
  color: #fff;
}

.typeahead_list .typeahead_selected em {
  background: #5670a6;
}

.typeahead_list .typeahead_message {
  padding: 3px;
}

.typeahead_found {
  background: #e1e9f6;
}

.typeahead_placeholder {
  color: #777;
}

