@media print {

	#preheader, header, footer,
	.dontprint, .swixx_header, .swixx_footer,
	.cookie_consent_outer, .support_back {
		display: none !important;
	}

	html, body {
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
	}
	.grid-container, .grid-x, .grid-padding-x,
	.cell, section.content {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#sst_holder {
		padding: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
		color-adjust: exact !important;
	}

	#sst_holder, #sst_holder *,
	#sst_form, #sst_form > div, #sst_form > div > div,
	#sst_form table {
		overflow: visible !important;
	}

	#sst_holder table[style*="min-width: 750px"],
	#sst_holder table[style*="min-width:750px"],
	#sst_holder table[style*="min-width: 730px"],
	#sst_holder table[style*="min-width:730px"] {
		min-width: 0 !important;
		width: 100% !important;
	}
	#sst_holder table[style*="min-width: 750px"] td,
	#sst_holder table[style*="min-width:750px"] td,
	#sst_holder table[style*="min-width: 730px"] td,
	#sst_holder table[style*="min-width:730px"] td {
		font-size: 11px !important;
		padding: 3px !important;
	}

	#sst_holder [style*="background-color: #8586af"],
	#sst_holder [style*="background-color:#8586af"],
	#sst_holder [style*="background-color: #61627c"],
	#sst_holder [style*="background-color:#61627c"],
	#sst_holder [style*="background-color: #60627c"],
	#sst_holder [style*="background-color:#60627c"],
	#sst_holder [style*="background-color: #88a154"],
	#sst_holder [style*="background-color:#88a154"],
	#sst_holder [style*="background-color: #590f36"],
	#sst_holder [style*="background-color:#590f36"],
	#sst_holder [style*="background-color: #bebebe"],
	#sst_holder [style*="background-color:#bebebe"],
	#sst_holder [style*="background-color: #8b8d90"],
	#sst_holder [style*="background-color:#8b8d90"] {
		color: #ffffff !important;
	}
	#sst_holder [style*="background-color: #8586af"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color:#8586af"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color: #61627c"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color:#61627c"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color: #60627c"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color:#60627c"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color: #88a154"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color:#88a154"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color: #590f36"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color:#590f36"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color: #bebebe"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color:#bebebe"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color: #8b8d90"] *:not(input):not([style*="background-color"]),
	#sst_holder [style*="background-color:#8b8d90"] *:not(input):not([style*="background-color"]) {
		color: #ffffff !important;
	}

	#sst_holder [style*="background-color: #8586af"] input[type='checkbox']:checked,
	#sst_holder [style*="background-color:#8586af"] input[type='checkbox']:checked {
		border: 2px solid #ffffff !important;
	}

	.pagebreak { page-break-after: always; }
}
