/**
 * wppm.rtl.frontend.css
 *
 * Used for languages with right-to-left orientation
 * @version 1.0.1
 *
 * @todo CSS not written yet. RTL support will be included in next updates.
 */

body {
	direction: rtl;
	unicode-bidi: embed;
}