.registrants-element .for_arity legend {
  float: left;
}
.registrants-element .for_arity .form-item {
  display: inline;
}
.registrants-element .for_arity .fieldset-wrapper,
.registrants-element .for_arity .form-radios {
  display: inline-block;
}
.registrants-element .for_arity div.form-type-radio {
  display: inline-block;
}
.registrants-element .for_arity .form-radios .ajax-progress {
  float: right;
}
.registrants-element .entities > .details-wrapper {
  display: flex;
}
.registrants-element .entities > .details-wrapper > .person-controls {
  display: flex;
  flex-direction: column;
}
.registrants-element fieldset.person-type {
  /* Need fieldset selector since you cannot define different attributes for
     the container and each child radio */
  flex: 1;
}
.registrants-element fieldset.person-type div.form-type-radio {
  position: relative;
}
.registrants-element fieldset.person-type div.form-type-radio .ajax-progress {
  position: absolute;
  right: 0;
}

/*# sourceMappingURL=registrants.layout.css.map */
