.indented
{
    margin-left: 1.5rem;
    /* LTR */
}

[dir='rtl'] .indented
{
    margin-right: 1.5rem;
    margin-left: 0;
}
