/* Hide title for CAPTCHA fieldset, as default fieldset-legend class has absolute positioning. */
fieldset.captcha span.fieldset-legend {
  display: none;
}

/* Make headings within Webforms white */
.webform-client-form legend, 
.webform-client-form h1, 
.webform-client-form h2, 
.webform-client-form h3, 
.webform-client-form h4, 
.webform-client-form h5, 
.webform-client-form h6 {
  color: #fff;
}

/* Left align descriptions on Webforms */
.webform-client-form div.content.description {
  margin-left: 0 !important;
  width: 100%;
}

/* White background for Direct Debit logo on Webforms */
fieldset.direct_debit_info-group img {
  background-color: white;
  padding-bottom: 4px;
}

/* Shorter sort code fields */
.bank_identification_number-section input {
  width: 2em;
  display: inline-block;
}