@import '../../../../assets/css/variables.scss';

:host /deep/ .iterable-responses {
  max-width: 50%;
  .label {
    font-size: smaller;
  }
}

:host /deep/ .edit-iterable-responses {
  max-width: 100%;
  .label {
    font-size: smaller;
  }
}

.btn-spacing {
  margin: 30px 0px 30px 0px;
}

.readOnlyMsg {
  font-style: italic;
  margin-bottom: 34px
}
