* {
	background: white !important;
	color: black !important;
	border-color: black !important;
	opacity: 100% !important;
	font-size: 9pt !important;
	font-weight: 400 !important;
	}


#project-filters,
#project-filters[open]
	{
	display: none !important;
	}
.bubble {
	display: none;
	}
#projdir > div,
#projdir > h3
	{
	display: none;
	}
.livepulse {
	animation: none;
	}
#deck-forum-replica {
	display: none !important;
	}


.two-col {
	flex-direction: column;
	padding: 0;
	height: 99%;
	}
.col {
	width: 100%;
	padding: 0 20mm 0 20mm;
	margin: 0;
	}
.colhead h2 {
	display: none;
	/*background: none;
	border: none;
	position: fixed;
	bottom: 5mm;
	right: 20mm;*/
	}
.colhead h2:before {
	/*content: "xander maclaren >"*/
	}


.directory > details {
	border-top: 0;
	}
.directory > details > summary > h4:last-of-type {
	text-align: right;
	margin: -1.5em 0 0 0;
	opacity: 1;
	}


details {
	display: none !important;
	}
details[open] {
	display: block !important;
	break-after: page;
	margin: 5mm 0 3.75em 0;
	}


p,
.infobox,
a,
.infocluster {
	width: 75% !important;
	max-width: 75% !important;
	}


a {
	text-decoration: underline;
	word-wrap: break-word;
	}
a::after {
	content: " (" attr(href) ")";
	}
.ab {
	display: inline;
	margin: 0;
	padding: 0;
	}
img + .ab:before {
	content: '\A';
	white-space: pre;
	}


img {
	display: block !important;
	float: left;
	width: calc(50% - .625em) !important;
	margin-right: 1.25em;
	margin-bottom: 1.25em !important;
	border-radius: 0;
	filter: grayscale(1) contrast(120%) brightness(97%);
	}
img:nth-of-type(2n) {
	margin-right: 0;
	}
img:last-of-type::after {
	content: '\A';
	white-space: pre;
	}
img + :not(img) {
	clear: both !important;
	}
.gallery {
	display: flex !important;
	width: calc(100% + 1em);
	flex-wrap: wrap;
	mask-image: none;
	justify-content: space-between;
	margin-bottom: 0;
	}
.gallery img {
	width: calc(50% - .625em) !important;
	min-width: 0 !important;
	margin-bottom: 1.25em;
	}


.infobox {
	padding: .5em;
	margin: 0 0 1.25em 0;
	}
.infobox p {
	text-align: left !important;
	text-indent: 0;
	}
.infocluster {
	text-align: left;
	margin-bottom: 0;
	}
.line {
	white-space: normal;
	}


