
.nut-form--divider__hidden .nut-cell__divider {
  display: none;
}

.form-layout-right .nut-form-item__label {
  text-align: right;
  //font-size: 14px;
  //padding-right: 16px;
  white-space: nowrap;
}

.form-layout-left .nut-form-item__label {
  text-align: left;
  //font-size: 14px;
  //padding-right: 16px;
  white-space: nowrap;
}

.form-layout-top .nut-form-item {
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}

.form-layout-top .nut-form-item__label {
  padding-bottom: 4px;
  display: block;
  font-size: 14px;
  padding-right: 24px;
}

.form-layout-top .nut-form-item__body {
  margin-left: 0;
}
