<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=a9741ba1");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=be57a41d");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=87b53e08");

/* OPMERKING: Onderstaande code (regels 27-46) steeds opnieuw kopieren voor elke nieuwe Pagina binnen de Extesie Pages. 
			Regel 37 (content) aanpassen met de code van FontAwesome 4.4!!! 
			Alsook de "route"-naam op Regels 28-32-36 */
					
/* remove default icon styling */
.icon-page-rvb {
	background: none !important;
}
/* remove default icon styling */
.icon-page-rvb &gt; a {
	padding: 0;
}
/* apply font icon styling */
.icon-page-rvb &gt; a:before {
	content: "\f0c0"; /*https://fortawesome.github.io/Font-Awesome/cheatsheet/*/
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	width: 1.28571429em;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0px;
}
/* EINDE OPMERKING */
					
/* remove default icon styling */
.icon-page-fjr1300 {
	background: none !important;
}
/* remove default icon styling */
.icon-page-fjr1300 &gt; a {
	padding: 0;
}
/* apply font icon styling */
.icon-page-fjr1300 &gt; a:before {
	content: "\f21c"; /*https://fortawesome.github.io/Font-Awesome/cheatsheet/*/
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	width: 1.28571429em;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0px;
}

/* remove default icon styling */
.icon-page-tracer {
	background: none !important;
}
/* remove default icon styling */
.icon-page-tracer &gt; a {
	padding: 0;
}
/* apply font icon styling */
.icon-page-tracer &gt; a:before {
	content: "\f21c"; /*https://fortawesome.github.io/Font-Awesome/cheatsheet/*/
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	width: 1.28571429em;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0px;
}
					
/* remove default icon styling */
.icon-page-handboeken {
	background: none !important;
}
/* remove default icon styling */
.icon-page-handboeken &gt; a {
	padding: 0;
}
/* apply font icon styling */
.icon-page-handboeken &gt; a:before {
	content: "\f02d"; /*https://fortawesome.github.io/Font-Awesome/cheatsheet/*/
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	width: 1.28571429em;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0px;
}
					
/* remove default icon styling */
.icon-page-beeldarchief {
	background: none !important;
}
/* remove default icon styling */
.icon-page-beeldarchief &gt; a {
	padding: 0;
}
/* apply font icon styling */
.icon-page-beeldarchief &gt; a:before {
	content: "\f03e"; /*https://fortawesome.github.io/Font-Awesome/cheatsheet/*/
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	width: 1.28571429em;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0px;
}
					
/* remove default icon styling */
.icon-page-sponsors {
	background: none !important;
}
/* remove default icon styling */
.icon-page-sponsors &gt; a {
	padding: 0;
}
/* apply font icon styling */
.icon-page-sponsors &gt; a:before {
	content: "\f155"; /*https://fortawesome.github.io/Font-Awesome/cheatsheet/*/
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	width: 1.28571429em;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0px;
}
</pre></body></html>