@media print {

    .header-soc-top,
    .navbar,
    .homepage-activities,    
    .site-footer ul,
    .left-sidebar,
    .search-area,
    .controls,
    .pdf-hide-content,
    .push {
        display: none;
    }
    
    #overall_content {
        overflow: visible;
    }
    
    /* Remove href values when printing */
    a[href]:after {
        content: none !important;
    }
        
    /* Avoid extra blank page at end while printing */
    .print:last-child {
         page-break-after: auto;
    }
    
    #page {
        margin-bottom: 0;
        min-height: auto;
    }
    
    .logo-print {
        display: block;
        margin: 50px 20px;
    }
    
    .resources-content, 
    .demobook-content {
        padding: 0;
    }
    
    .default-content {
        font-size: 18px;
    }
    
    .page-help-section #pageTitle .request-title-section .page-title-inner {
        margin-bottom: 20px;
        border: 0 none;
    }
    
    .page-help-section #pageTitle .request-title-section .page-title-inner h1 {
        font-size: 36px;
        padding-bottom: 0;
        border: 0 none;
        text-transform: none;
    }
    
    .resources-content {
        min-height: 1 !important;
    }
    
    @page {
        margin: 0.5cm;
    }
    
}