<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#query-form fieldset {
  width: 400px;
  display: table-cell;
  vertical-align: top;
}

fieldset &gt; legend {
  font-weight: bold;
}

input {
  text-align: left;
}

</pre></body></html>