﻿figure.math {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 100%;

    padding: 1em;

    overflow-x: auto;
}

math {
    font-family: NewComputerModernMath;
    font-size: 1.2em;
}

mtable.equation.sequence {
    &>mtr>mtd:nth-child(3) {
        text-align: left;
    }
}