.reconciliation-console .reconcile-section .table-wrap {
  overflow-x: hidden !important;
  overflow-y: auto;
}

.reconciliation-console .reconcile-section table {
  width: 100%;
  min-width: 0 !important;
  table-layout: fixed;
}

.reconciliation-console .reconcile-section th,
.reconciliation-console .reconcile-section td {
  white-space: normal;
  overflow-wrap: anywhere;
}

.reconciliation-console .ledger-review-panel th:nth-child(1) { width: 14%; }
.reconciliation-console .ledger-review-panel th:nth-child(2) { width: 19%; }
.reconciliation-console .ledger-review-panel th:nth-child(3) { width: 22%; }
.reconciliation-console .ledger-review-panel th:nth-child(4) { width: 27%; }
.reconciliation-console .ledger-review-panel th:nth-child(5) { width: 18%; }
.reconciliation-console .statement-activity-panel th:nth-child(1) { width: 17%; }
.reconciliation-console .statement-activity-panel th:nth-child(2) { width: 31%; }
.reconciliation-console .statement-activity-panel th:nth-child(3) { width: 17%; }
.reconciliation-console .statement-activity-panel th:nth-child(4) { width: 27%; }
.reconciliation-console .statement-activity-panel th:nth-child(5) { width: 8%; }
