<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#jetsContentWrapper {
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #1E7EFF;
  border-top-width: 0;
  overflow-y: auto;
  max-height: 500px;
}

#jetsContent {
  list-style: none;
  padding: 0px;
}

#jetsContent li {
  padding: 10px 5px;
}

#jetsContent li:hover {
  background-color: lightblue;
}</pre></body></html>