<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #faf4ef;
}

.address {
    display: inline-grid;
    border: 1px solid blue;
    margin: 5px;
}

span.req, .warn {
  font-weight: bold;
  color: red;
}

input[type=number] {
    width: 4em;
}

.line { white-space: nowrap; }

label { white-space: wrap; }


select, option {
  max-width:30ch;
}

.editbutton {
  width: 25px;
  padding: 0px;
  margin: 0px;
  }

.hidden { 
  display: none;
  }
.nodisplay { 
  visibility: hidden;
  }

.mask {
  background-color:#ccc;
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:1000;
}

#review {
 opacity:1;
 background-color:white;
 position:fixed;
 width:80%;
 height:90%;
 overflow:auto;
 }

form, hr { border-color: inherit; }
</pre></body></html>