﻿@media print { 
 /* All your print styles go here */ 
    .micro-nav-container, .footer { display: none !important; } 
    .master-nav-container li:nth-child(n+1) {
        display: none;   
    }

    .sub-banner {
        display: none;
    }

    .sub-main-content {
        width: 100%;
        float: none !important;
        min-height: initial;
        overflow: visible;
    }

    .sub-side-nav {
        display: none;
    }

    body, h1, h2, h3, ol, ul, div {     width: auto;     border: 0;   padding: 0;     float: none;     position: static;     overflow: visible; }
}