#search_response {
  border: solid 1px #fff;
  background: #fff;
  position: absolute;
  display: none;
  margin: -3px 0 0;
  padding: 2px;
  z-index: 999;
  overflow-y: auto;
}
#search_response li {
  padding: 0;
  list-style: none;
}
#search_response p {
  font-size: 11px;
  font-weight: normal;
  color: #333;
}
#search_response .current {
  background: transparent;
}
#search_response ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
#search_response > ul > li {
  cursor: pointer;
  margin: 0;
}
#search_response > ul > li.ignore {
  cursor: auto;
}
#search_response > ul > li:hover {
  background: transparent;
}
#search_response > ul > li.ignore:hover {
  background: transparent;
}
