<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) and (max-width: 992px) {
  .form-inline .control-label {
    display: block;
  }
  .form-inline .form-group {
    margin-bottom: 20px;
    vertical-align: baseline;
  }
}
</pre></body></html>