/* Fix overflow for course outcomes field on /node/add screen. */
.claro-details .draggable-table .ck-editor {
  max-width: 60vw;
  @media only screen and (min-width: 1000px) {
    max-width: 30vw;
  }
  @media only screen and (min-width: 1350px) {
    max-width: 600px;
  }
}

/* Hide requisites field labels since the label is on the tabs */
.node-class-form .form-item--field-pr-0-value label,
.node-class-form .form-item--field-corequisites-0-value label,
.node-class-form .form-item--field-prereq-or-coreq-0-value label {
  display: none;
}
