<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.News.Detail figure {
	max-width:50%;
	float:left;
	margin:0 15px 15px 0;
}
.sidecolumn .News.Detail figure {
	display:block;
	clear:both;
	float:none;
	max-width: none;
}
.News.Detail .Buttons {
	float:left;
	clear:none;
}
.News.Detail time {
	margin-bottom:10px;
}


.News.Detail &gt; .inner &gt; h3 {
	color:#565555;
	margin:0;
}


@media(max-width:450px){ /* Tussenmaat */
	.News.Detail figure {
		display:block;
		float:none;
		max-width:100%;
		clear:both;
		margin-right:0;
	}
}</pre></body></html>