/* Styles for printing pages. This CSS file should come last to
   override other styles. */
   
  @page {margin: 1.75cm 0.5cm; padding: 0;}
    
  @media print{
  
  
/*  Hide all the chrome for printing.  */
    div#topBanner, div#leftCol, div#footer, div.breadCrumbs,
    div.relatedInfo {display: none;}
    
/* Reset margins on the main structural elements.   */
    html, body{
      margin: 0;
      padding: 0;
    }
    body{
      background-color: #ffffff;
      background-image: none;
    }
    div#mainDoc, div#mainDoc.mainDocJs, div.bornDigitalText{
      float: none;
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: white;
      background-image: none;
      border-style: none;
    }
    div#mainDoc > div{
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
    }
    
/*    Other minor fixes. */
    h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }

    span.sortTriangle{
      display: none;
    }
    
  }