/* Consistent readable typography for all tabular data across Hospital LMS. */
.table > :not(caption) > * > *,
.data-table th,
.data-table td {
  font-size: 16px;
}

.data-table th {
  line-height: 1.4;
}

.data-table td {
  line-height: 1.55;
}
