<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Popup auto complete / suggest*/
#popupAutoSuggestScan{
  width:270px;
  height:200px;
  min-height:360px;
  max-height:360px;
}
.popup-content{
  margin-top:10px;
  overflow:auto;
  max-height:300px;
  min-height:300px;
}
.popup-content &gt; ul &gt; li {
  list-style : none;
  padding:4px 0;
  border-bottom: 1px solid #eeeeee;
}
.popup-content &gt; ul &gt; li:hover {
  background-color:#eee;
  cursor:pointer;
}
.span{
  font-weight:bold;
  color:black;
}

.popup-input{
  display:inline-block;
}

.popup-spinner{
  display:inline-block;
}</pre></body></html>