#tag-suggestions {
  position: fixed;
  top: 45px;
  left: 5px;
  background: #222;
  color: #fff;
  border: 1px solid #444;
  border-radius: 4px;
  z-index: 999;
  max-height: 300px;
  overflow-y: auto;
  width: 250px;
}

#tag-suggestions div {
  padding: 8px;
  cursor: pointer;
  pointer-events: auto;
}

#tag-suggestions div:hover {
  background: #444;
}

.hidden {
  display: none;
}
