/*https://github.com/Khan/KaTeX/issues/171*/

span.math.display {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
}
.katex-display > .katex {
    display: inline-block;
    white-space: nowrap;
    text-align: initial;
}
.katex {
    font: 400 1.21em KaTeX_Main, Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.2;
    text-indent: 0;
    white-space: nowrap;
    font-weight: 200;
    text-rendering: auto;
}