@media print {
	.screen-only,
	.printable {
		display: none !important;
	}
	.print-only {
		display: initial !important;
	}
	.hidden.print {
		display: initial !important;
	}
	tr.hidden.print {
		display: table-row !important;
	}
	table.print-only {
		display: table !important;
	}
	tr.print-only {
		display: table-row !important;
	}
	td.print-only {
		display: table-cell !important;
	}
}

.print-only {
	display: none;
}

.do-print-container {
	margin-top: 10px;
}