/*Headers*/
.utrecht-heading-1, .utrecht-heading-2, .utrecht-heading-3, .utrecht-heading-4, .utrecht-heading-5, .utrecht-heading-6 {
color: #003671;
}
.openforms-body.openforms-body--wysiwyg h4 {
font-size: 1.125 rem;
}
.layout,
.openforms-layout__row {
background-color: #e5ebf1;
}
/*Voortgang blok*/
.openforms-progress-indicator.openforms-progress-indicator--sticky {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.openforms-progress-indicator-item .openforms-progress-indicator-item__label {
word-break: keep-all;
}
/*tabel*/
table {
width: 100%;
border: 1px solid #003671;
}
.openforms-body.openforms-body--wysiwyg table td, .openforms-body.openforms-body--wysiwyg table th {
border: 1px solid #003671;
padding: 10px;
}
/*footer*/
body > footer > div > ul > li:nth-child(3) > a {
display: none;
}