﻿@media Print {
    a.Print,
    body section[role="navigation"],
    ul#breadcrumbs,
    div.IndexHeaderCover,
    tfoot {
        display: none;
    }
    body section[role="main"],
    article,
    article.nested section,
    section,
    .sidetab,
    article section h3 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    .page-break {
        display: block;
        page-break-before: always;
    }
    tr.gradeA>td:nth-child(8) {
        visibility: hidden;
    }

    /* 
    October 14th 2023
    By MMSaffari
        ONLY enable this rule when you need to conceal the article's "CURRENT LOCATION" in Print view.
    */
    /*article > div > section > div > div > form > table > tbody > tr > td:nth-child(5){
        filter:blur(3px)
    }*/
}