.ui-widget-content .ui-state-active {
  color: #000;
  border: none !important;
  background: none !important;
}
#debt-table-history tfoot :is(th:nth-child(6), th:nth-child(7)) .th-inner {
  text-align: end !important;
}
#debt-table-history
  tbody
  :is(tr:nth-child(1), tr:last-child)
  :is(td:nth-child(5)) {
  text-align: center !important;
}
#debt-table-history tbody :is(tr:nth-child(1), tr:last-child) {
  font-weight: bold;
}
#debt-table-history
  tbody
  :is(td:nth-child(4), td:nth-child(5), td:nth-child(8), td:nth-child(9)) {
  text-align: start !important;
}
#debt-table-history tbody :is(td:nth-child(6), td:nth-child(7)) {
  text-align: end !important;
}
