@media print {
    #masthead,
    .custom-footer,
    .print-hidden {
        display: none;
    }
}