/**
 * @file
 * Composite element styles
 *
 * @see /webform/example_elements_composite
 */

/* Remove extra margin are composite element which already contain form elements with margins */
fieldset.form-composite {
  margin: 0;
}
