/*

	////////////////////////////////////////////////////////////
	//
	// L8M
	//
	//
	// Contains CSS (for screen).
	//
	// Filesource /public/default/css/print/base.css
	// Version    $Id: base.css 302 2024-02-22 11:24:00Z nm $
	//
	////////////////////////////////////////////////////////////

	////////////////////////////////////////////////////////////
	// general
	////////////////////////////////////////////////////////////

*/

@media print {
	.page-break {
		page-break-after: always;
	}

	.overflow-scroll-horizontal.overflow-scroll-print-auto {
		-webkit-overflow-scrolling: touch;
		overflow: visible!important;
	}

	.flex-print-wrap {
		flex-wrap: wrap!important;
	}

	.text-print-wrap {
		white-space: normal!important;
	}
}