<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =Grid
-----------------------------------------------------------------------------*/
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container {
  /* it's the trick to not collapse padding-top in the child element */

  padding-top: 1px;
  margin-top: -1px;
}
.units-row {
  margin-bottom: 1.65em;
}
.units-row .unit-70,
.units-row .unit-30 {
  float: left;
  margin-left: 3px;
}
.units-row .unit-70:first-child,
.units-row .unit-30:first-child {
  margin-left: 0;
}
.units-row .unit-70 {
  width: 78%;
}
.units-row .unit-30 {
  width: 18%;
}

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