.sphinx-autocomplete {
  background: #fff;
  border: 1px solid #d1d1d1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sphinx-autocomplete a {
  color: #5d5d5d;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 2px 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sphinx-autocomplete a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.sphinx-autocomplete a b {
  color: #000;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}