<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-widget {
  font-family: initial !important;
  font-size: 1em !important;
}

/* Hide toolbar since we use ACE for editing */
#toolbar {
  display: none;
}

#ace-wrapper {
  height: 500px;
  border: 1px solid lightgray;
}

#form-editor table {
  width: 100%;
}

#form-editor td:nth-child(1) {
  text-align: right;
  width: 15%;
  font-weight: bold;
  padding-top: 5px;
}

#form-editor td:nth-child(2) {
  width: 55%;
}

#form-editor tr:nth-child(1) {
  border-top-width: 0;
}
#form-editor td {
  vertical-align: top;
}

#form-editor h5 {
  display: inline-block;
  padding-top: 4px;
}

#form-editor a {
  padding-left: .3em;
}

#form-editor table {
  border-collapse: collapse;
}

#form-editor tr {
  border-top: 1px solid lightgray;
}

#form-editor textarea {
  padding-top: 1px;
  margin: 3px 0;
}

#form-editor a:nth-child(1) {
  display: inline-block;
  margin-top: 4px;
}

#form-editor div.template {
  display: none;
}
</pre></body></html>