.govuk-number, .govuk-date, .govuk-url, .govuk-email, .govuk-password, .govuk-tel {
    font-family: "Arial",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    height: 40px;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

legend{
  margin-bottom:1.5em;
}

span.fieldset-legend {
    font-size: 24px;
    font-family: arial;
    margin-bottom: 2em;
    font-weight: bold;
}
.webform-multiple-table td {
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: dashed 2px black;
}
.webform-multiple-table tr:nth-child(1) > td {
    border-top: none;
}



.container-inline .govuk-form-group{
  margin-bottom:0;
}

.container-inline div, 
.container-inline label {
    display: inline-block;
}
.govuk-back-link:before {
  bottom:0.5em;
}