/*
Adds Right To Left (RTL) support.
*/
body {
	direction: rtl;
	unicode-bidi: embed;
}