@namespace "http://www.w3.org/1998/Math/MathML";

/* math */
math {
    display: inline;
    text-indent: 0;
    font-family: 'Gothic A1', sans-serif;
    
}
math[display="block"] {
    display: block;
    text-align: center;
}

