@page {
    size: 21cm 29.7cm;
    margin: 15mm 15mm 15mm 15mm; /* change the margins as you want them to be. */
}

@media print {

	.gone_wrapper_w_gallery,
	.ask,
	.break,
	.build,
	.show-image,
	.print-link,
	.save-link,
	.lang-link,
	.question,
	.question-title,
	.mobile-nav-header,
	.restart-link
	{
		display: none !important;
	}

	.gallery {
		padding-top: 0;
	}

}
