@charset "UTF-8";

.sug_list {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  /* position: absolute; */
  background-color: #fff;
  word-break: break-all;
  color: #222;
  z-index: 9999;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.sug_element {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding: 5px 10px;
  text-align: left;
}

.sug_element a {
  text-decoration: none;
  color: #222;
}

.sug_element:hover {
  color: #222;
  background-color: #fff799;
  font-weight: bold;
}
