.model-courseregistration .column-course {
  width: 300px;
}
@media only screen and (max-width: 600px) {
  .model-courseregistration .column-course {
    width: 75px;
  }
}

table {
  table-layout: fixed;
}
table th, table td {
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal !important;
}
table td {
  white-space: normal !important;
}
table .action-checkbox-column {
  width: 30px !important;
}/*# sourceMappingURL=admin.css.map */