<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popterm {
  /* margin-top: 45px; */
  /* width: 200px; */
  /* z-index: 1000; */
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
}

#popterm .popterm_selected {
  background-color: #9FF;
  color: black;
}

#popterm tr {
  background-color: #FFF;
}

#popterm td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0px;
  padding: 1px;
  text-align: left;
}

#popterm2 {
  /* margin-top: 45px; */
  /* width: 200px; */
  /* z-index: 1000; */
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
}

#popterm2 .popterm2_selected {
  background-color: #9FF;
  color: black;
}

#popterm2 tr {
  background-color: #FFF;
}

#popterm2 td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0px;
  padding: 1px;
  text-align: left;
}

#popterm3 {
  /* margin-top: 45px; */
  /* width: 200px; */
  z-index: 1000;
  left: -1px;
  margin-left: 0 !important;
  text-align: left;
  float: left;
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
}

#popterm3 .popterm3_selected {
  background-color: #9FF;
  color: black;
}

#popterm3 tr {
  background-color: #FFF;
}

#popterm3 td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0px;
  padding: 1px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /*#popterm3 {
    left: 0;
    bottom: 100%;
  }*/
}
</pre></body></html>