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

.mr-auto {
  float: left;
 }

.navbar:after,
.form-row:after,
.ml-auto:after,
.mr-auto:after {
  clear: both;
  content: "";
  display: table;
}</pre></body></html>