/*
Theme Name: pitra
Description: Used to style the TinyMCE editor.
*/
/*
RTL
*/
.rtl th {
text-align: right;
}
.rtl ol {
counter-reset: item;
}
.rtl ol li:before {
left: auto;
right: -1.5em;
}
.rtl li > ul,
.rtl li > ol {
margin-left: 0;
margin-right: 1.5em;
}
.rtl .mejs-offscreen {
right: -10000px;
}