/**
 * manisoftpages - RTL specific styles
 *
 * NOTE: this file previously contained ~1600 lines of CSS copied from an
 * unrelated component ("manidocument" - see its own header comment), none
 * of which matched any markup this component actually renders
 * (.manisoftpages / .mp-section / .container). Replaced with the small set
 * of rules this component actually needs.
 */

.manisoftpages{
    direction:rtl;
    text-align:right;
}
