<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */
	
header {
	width: 100%; /* 960px / 1024px */
}

footer {
	width: 100%; /* 960px / 1024px */
}

/* HEADER ============================================================================= */

#headerTop {
    margin: 0;
    padding: 16px 0 0;
    text-align: left;
}

/* CONTENT ============================================================================= */

/* BLOKKEN ============================================================================= */

.square {
	width: 50%;
}

.kop h2 {
	font-size: 1.8em;
}

.kopTablecell{
	padding: 0 30px;
}

.content div {
	padding:0 30px;
}</pre></body></html>