header, footer, .sidebar, .no-print {
    display: none;
}

.main-content {
    width: 100% !important;
    margin: 0 !important; 
    float: none !important;
}

body.f-topbar-fixed, .main-wrap {
    padding-top: 0 !important;
}

a[href^="http://"]:after, a[href^="ftp://"]:after {
  content: " (" attr(href) ")";
  color: blue;
  font-size: small;
}

@page { margin: 2cm 1cm; }

@page :first { margin-top: 1cm; }
