<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layout-container {
  min-height: auto; }
  .layout-container .horizontal-alignment-left {
    text-align: left; }
  .layout-container .horizontal-alignment-center {
    text-align: center; }
  .layout-container .horizontal-alignment-right {
    text-align: right; }
  .layout-container .vertical-alignment-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .layout-container .vertical-alignment-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .layout-container .vertical-alignment-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }


/*# sourceMappingURL=layoutAlignment.css.map*/</pre></body></html>