﻿@media print {
    body > header { display: none; }
    header + nav { display: none; }
    body > footer { display: none; }
    .module-512-confirmtext .book-link, .module-512-confirmtext .book-print { display: none; }
}