@media print {
 
 /* Hidding elements */
 
    footer, #nav-aside, #aside, #search, #nav, .social, #breadcrumbs, iframe,
    #megamenus, #dashboard-favorites, #dashboard, button.btn
    { display:none; }
    
    @page {
    margin: 1.5cm;
    }
    a {
        color:#006896;
        text-decoration:none;
    }
    
 
    body {
    font: 12pt Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.3;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font: 12pt Georgia, "Times New Roman", Times, serif;
    }
 
     h1 {
    font-size: 24pt;
    margin-top:0;
    }
    
    h2 {
    font-size: 14pt;
    margin-top: 25px;
    }


 
}