<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * UTIL textalign.css
 * (C) FOURDIGIT Inc.
 */

  /**
   * force align-left
   */
  .al { text-align: left !important; }

  /**
   * force align-right
   */
  .ar { text-align: right !important; }

  /**
   * force align-center
   */
  .ac { text-align: center !important; }
</pre></body></html>