/*
  This file should hold the minimal styles needed to get the module's
  functionality working. This includes layout, component and state styles.
*/

.fieldset-row .fieldset-wrapper{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}