/* Hide navigation, footer, buttons, etc. */
nav, footer, .btn, .no-print {
    display: none !important;
}

/* Make content full width */
.container {
    width: 100% !important;
    max-width: none !important;
}