
@media print {
	.settings {
		display: none;
	}
    div {
        page-break-inside: avoid;
        display: table;
    }

}