.md-typeset {
    font-size: 0.8rem !important;
}

.red {
    color: red !important;
}

.md-typeset h1 {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 0.2em;
    margin-bottom: 0.7em;
    color: #222 !important;
    /* Overwrite Material's default heading color */
    text-transform: uppercase;
    /* Make H1 all caps */
}

.md-typeset h2 {
    text-transform: none;
    /* H2 same as H1 but not all caps */
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 0.2em;
    margin-bottom: 0.7em;
    color: #222 !important;
}

.md-typeset h3 {
    text-transform: uppercase;
    font-size: 1.0em;
    font-weight: 800;
    /* Make H3 all caps */
}

.md-typeset h4 {
    text-transform: none;
    /* H4 mixed case (default) */
}

.md-main__inner {
    margin-top: 2.5em !important;
    padding-top: 0 !important;
}

@media print {
    @page {
        margin: 0.6in;
    }

    .md-typeset {
        font-size: 0.54rem !important;
    }

    .md-main__inner {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}