body {
    font-family: PwC Helvetica Neue, sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 18px; 
}

.form-group label {
 margin: .5em 0;
}

.form-group .form-check-label label {
 margin: 0;
}

div.form-check label {
 margin: 1px 0 0 0;
}

div.form-check input[type=checkbox] {
 margin-top: 0.25em;
}

div.form-check input[type=radio] {
 margin-top: 0.25em;
}

a {
 color: #2d2d2d;
 text-decoration: underline;
}

.disclaimer {
 font-size: 11px;
}

select {
 font-family: Helvetica Neue, sans-serif;
 font-size: 14px;
 color: #2d2d2d;
 line-height: 18px;
}

form {
 padding: 1em 0
 min-width: 650px;
 max-width: 650px;
 width: 650px;
}

form:first-child {
 margin-top: 1em;
 margin-bottom: 1em;
}

.privacyBox {
    border: 1px solid #c7c8ca;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

h3 {
 font-weight: bold;
 color: #e0301e;
 display: block;
 font-size: 1.17em;
 margin-block-start: 1em;
 margin-block-end: 1em;
 margin-inline-start: 0px;
 margin-inline-end: 0px;
}

label.en-doubleLine {
 margin-top: 0;
}

table#submit-btn img {
 margin-top: 1px;
}

td.en-send {
 width: 40px;
}

.noPadding {
 padding: 0;
}

p {
 margin-top: 0;
 margin-bottom: 0;
}

table#submit-btn {
 margin-top: 1em;
}

p label[for="Engels"] {
 margin-top: 0;
 margin-bottom: 0;
}

html[lang="nl"] #submit-btn td:nth-child(3) {
  padding-right: 15px !important;
}

html[lang="en"] #submit-btn td:nth-child(1) {
  width: 15px !important;
}



