// RTL from original less file of same name which cannot be intelligently removed.  CSS Flip process would probably not affect the original.
.dir-rtl {
  table#explaincaps,
  table#defineroletable,
  table.grading-report,
  table#listdirectories,
  table.rolecaps,
  table.userenrolment,
  table#form,
  form#movecourses table,
  .forumheaderlist,
  table.flexible,
  .generaltable,
  .generaltable thead:first-child tr:first-child {
    td, th {
      text-align: right;
    }
  }
}

#page-admin-course-index.dir-rtl .editcourse {
  td, th {
    text-align: right;
  }
}
