form[name=checkout] .form-row.customer_type_required.hidden {
  display: none;
}
form[name=checkout] .form-row.customer_type_required input[type=radio] ~ input[type=radio] {
  margin-left: 10px;
}
form[name=checkout] .form-row.customer_type_required input[type=radio] + label span {
  display: none;
}
