<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.myFormSections {
}

div.myFormSections-globalErrors {
  margin-bottom: 15px;
}

div.myFormSections-globalErrors &gt; ul {
  margin: 0px 0px 10px 0px;
  padding: 7px 0px 7px 35px;
  background-color: #FAF7DD;
  border-top: 1px solid #F0E6A3;
  border-right: 1px solid #F0E6A3;
  border-bottom: 1px solid #F0E6A3;
  border-left: 4px solid #C58A01;
  color: #C58A01;
  font-size: 11px;
}

div.myFormSections-globalErrors &gt; ul &gt; li {
  padding: 1px 0px;
}

div.myFormSections-row {
  margin-bottom: 15px;
}

div.myFormSections-label {
  font-weight: bold;
}

div.myFormSections-label span {
  color: #FF0000;
  font-size: 11px;
}

div.myFormSections-help {
  color: #666;
  font-size: 11px;
}

div.myFormSections-field {
}

div.myFormSections-fieldAndErrors {
  padding: 1px 0px 0px 20px;
  margin: 5px 0px 0px 20px;
  border-left: 1px dotted #bbb;
}

div.myFormSections-rowWithErrors &gt; div.myFormSections-fieldAndErrors &gt; ul.myFormSections-errors {
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 35px;
  background-color: #FFF6F6;
  border: 1px solid #C58A01;
  color: #C58A01;
  font-size: 11px;
}

div.myFormSections-rowWithErrors &gt; div.myFormSections-fieldAndErrors &gt; ul.myFormSections-errors &gt; li {
  padding: 1px 0px;
}

div.myFormSections-rowWithErrors &gt; div.myFormSections-label {
  color: #C58A01;
}

div.myFormSections-rowWithErrors &gt; div.myFormSections-fieldAndErrors {
  border-left: 1px dotted #C58A01;
}
</pre></body></html>