<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.no-js .fvphtml-tab-title {
  font-weight: bold;
  display: block;
}
body.js .fvphtml-tab-title {
  float: left;
  padding: 1px 10px 2px;
  cursor: pointer;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
body.js .fvphtml-tab-title:hover {
  text-decoration: underline;
}
body.js .fvphtml-tab-title.active {
  cursor: default;
  font-weight: bold;
  border-bottom-width: 0;
  padding-top: 0;
  border-top-width: 1px;
}
body.js .fvphtml-tab-title.active:hover {
  text-decoration: none;
}
.fvphtml-tab-body {
  clear: both;
  padding-top: 5px;
}
.fvphtml-label {
  position: relative;
  clear: both;
  display: block;
}
.fvphtml-label .fvphtml-innerlabel {
  display: block;
  float: left;
  width: 10em;
  line-height: 27px;
}
.fvphtml-label .fvphtml-reset {
  position: absolute;
  top: 0;
  left: 9em;
  z-index: 1;
  line-height: 27px;
}
.fvphtml-pointer-input {
  width: 100%;
}
</pre></body></html>