<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PRINT CSS
*********************************************/
@import url('normalize.css');
@import url('editor.css');

body {font-size: 12pt;}
#wrapper {max-width: 100% !important; width: 100% !important;}
#header, #page, #footer, #copyright {width: 100% !important;}
#footer, #copyright {display: none !important; visibility: hidden !important;}
nav#navigation {display: none !important; visibility: hidden !important;}
a, a:after {content: normal !important;}
.fa, .fa-camera-retro, .fa-2 {visibility: visible !important; border: 3px double red; background: grey !important;}

.table-responsive tbody, .table-responsive tbody tr, .table-responsive tbody tr td {
	display: revert !important;
}

.eshop-product-price .price, .eshop-product-price .eshop-sale-price {font-size: 1em !important; font-weight: bold !important;} </pre></body></html>