@media print {
    html, body {
        height: 99%;    
    }
    
    #header1, #header2, .course-nav {
      display: none;
    }
    
    .course-banner{
      display: none;
    }
    
    .download-btn{
      display: none;
    }
    
    .document-list .list-item{
      min-height: 0px;
      border:none;
    }
    
    .container-course .blockquote-large{
      border: none;
    }
    
    .save-dropbox, .save-computer, .help-box{
      display:none;
    }
    
    .audio-player{
      display:none;
    }
    
    .article-bottom-block, .article-sidebar{
      display: none;
    }
    
    .adthrive, .adthrive-ad, .adthrive-below-post, .adthrive-below-post-1, .adthrive-ad-cls, .adthrive-sticky, .adthrive-footer, .adthrive-footer-1, .adthrive-comscore, .adthrive-footer-message{
      display: none !important;
    }
    .article-body img{
      display: none;
    }
    .main-footer-wrapper{
      display:none !important;
    }
    .copyright-line .label{
      display: none;
    }
    .scrollToTop, .scrollToTop img, .btn-circle{
      display: none !important;
    }
    .print-only{
      display: block !important;
      margin-bottom: 10px;
    }
    
    .article-tag{
      display: none;
    }
    
    #sticky-header{
      display: none;
    }
    iframe{
      display: none;
    }
    
    .amz-grid img{
      display: inline-block;
      width: 33% !important;
    }
}