/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 5, 2015, 7:16:49 PM
    Author     : BlueWindLab
    Title : RTL Support for BWL Knowledgebase Manager.
    From: Version 1.0.7
*/

body {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
    clear: right;
}

