/* Global table alignment for every module, report, modal, and print view. */
table th,
table td {
  text-align: center !important;
  vertical-align: middle !important;
}

table th > div,
table td > div {
  text-align: center !important;
  justify-content: center;
  align-items: center;
}

table td .person-cell,
table td .table-actions,
table td .employee-org-path,
table td .evaluation-row-actions {
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

@media print {
  table th,
  table td {
    text-align: center !important;
    vertical-align: middle !important;
  }
}
