/* Voer hier je aangepaste CSS in */
.content-area {
width: 70% !important;
max-width: 70% !important;
margin: 0 auto !important;
float: none !important;
}

@media only screen and (max-width: 768px) {
.content-area {
width: 100% !important;
max-width: 100% !important;
}
}