/* Remove unwanted elements */
.skiplinks,
h1.moved,
#searchoptions,
#search,
.pageoptions-container,
#xp1,
#pageoptions,
.header_navigation,
#footer,
.hide,
.aside,
#kruimelspoor,
#socialmedia {
    display: none;
}

#header,
#logo {
	height: auto;
	padding: 0;
}

/* Ensure the content spans the full width */
#modulecontent {
    width: 100%; 
    margin: 0; 
    float: none;
}

/* styles */
a {
    color: #000;
}

body {
    background: #FFF;
}

.wrap,
#header,
.container-inner,
.content-left > div,
.content-middle > div,
.content-right > div {
    box-shadow: none !important;
}

.content-left,
.content-middle,
.content-right,
.subsite .content-wrap,
.simkluis .content-wrap,
.nextpage .content-wrap {
    width: 100% !important;
    float: none;
}

#content {
    margin-top: 50px !important;
}

h1 {
    font-size: 16pt !important;
}

h2 {
    font-size: 13pt !important;
}

h3 {
    font-size: 11pt !important;
    margin-bottom: 0;
}

th {
    text-align: left;
}