﻿
@media print {
    body, .container-fluid, .row, #main-content, #main-body-content {
        background: #fff !important;
        color: #000 !important;
    }
    /* Hide navigation, footer, or other non-content elements if present */
    header, footer, .footer, .no-print, nav, .display-tool-bar, .footer-logo-container, .story-box {
        display: none !important;
    }
    /* Remove box shadows, borders, or backgrounds that waste ink */
    * {
        box-shadow: none !important;
        background: none !important;
    }
    /* Ensure content fits page width */
    .container-fluid, .row, #main-content, #main-body-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    } 
}

