/* Don't display the logo in print mode */
header#branding {
	background-image: none !important;
}
/* nor the footer
 * @see https://phabricator.wikimedia.org/T111435
 */
#colophon {
	display: none;
}