/* HTML-CSS Output Jax CSS */
.MathJax .mfliph {
    display: inline-block !important;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

.MathJax .mar {
    font-style: normal !important;
}
.MathJax .mar > span {
    font-style: normal !important;
}
