/**
 * @file
 *   Adds some styles to the standard Drupal autocomplete widget.
 */
.cochrane_autocomplete {
}
.cochrane_autocomplete.message {
  font-size:80%;
  color:#888;
}
.cochrane_autocomplete.count {
  float:right;
}
div.cochrane_autocomplete.suggestion {
  display:inline;
  float:left;
}
div.ac_results li {
  list-style:none;
  background-image: none !important;
}
div.ac_results a::after {
  clear: both;
  content: " ";
  display: block;
}
div.cochrane_autocomplete em {
  color: #55af3c;
  font-weight: 600;
}