﻿/* Copyright 2019, Sciamble Corp. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */

.eqn-eqn {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.eqn-num {
    display: table-cell;
    vertical-align: middle;
}

.eqn-frac, .eqn-frac-top, .eqn-frac-bottom {
    font: inherit;
    padding: 0 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.eqn-frac {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.eqn-frac-bottom {
    border-top: 1px solid #000;
    display: block;
}

@media print {
    .eqn-eqn {
        text-align: center;
    }
}