<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sr-hint,
#metaMenu,
#search,
#slider,
#mainMenu,
#subMenu,
.print,
footer,
.toggleOffCanvas,
.header-placeholder,
#metaMenu,
#topMenu {
	display: none !important;
}

#content {
	width: 95% !important;
}

#content .main,
#content .sidebar {
	display: block !important;
	width: 100% !important;
	clear: both;
	float: none;
	margin: 0;
}

#header {
	position:static !important;
}

a[href]:after {
	content: none !important;
}

/* one item */
.csc-textpic-imagecolumn:nth-child(1):nth-last-child(1) {
	width: 95% !important;
}

/* two items */
.csc-textpic-imagecolumn:nth-child(1):nth-last-child(2),
.csc-textpic-imagecolumn:nth-child(2):nth-last-child(1) {
	width: 48% !important;
}

/* three items */
.csc-textpic-imagecolumn:nth-child(1):nth-last-child(3),
.csc-textpic-imagecolumn:nth-child(2):nth-last-child(2),
.csc-textpic-imagecolumn:nth-child(3):nth-last-child(1) {
	width: 31% !important;
}

/* four items */
.csc-textpic-imagecolumn:nth-child(1):nth-last-child(4),
.csc-textpic-imagecolumn:nth-child(2):nth-last-child(3),
.csc-textpic-imagecolumn:nth-child(3):nth-last-child(2),
.csc-textpic-imagecolumn:nth-child(4):nth-last-child(1) {
	width: 22% !important;
}

figcaption{
	width: 95% !important;
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
	overflow:visible !important;
	clear: both;
}

div.csc-textpic * {
	overflow: visible !important;
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
	margin: 0px;
}

.csc-textpic-imagerow,
img {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}

div.csc-textpic figure &gt; a,
div.csc-textpic img {
	display: block !important;
}</pre></body></html>