html , body
{
	direction: rtl;
	text-align: right;
}

.direction-rtl { direction: rtl; }
.direction-ltr , .direction-reverse { direction: ltr; }