/* Transaction Audit Table - Fixed Column Widths */
#auditTable table {
  table-layout: fixed;
  width: 100%;
}

#auditTable th:nth-child(1),
#auditTable td:nth-child(1) {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  padding: 0.5rem 0.25rem;
  text-align: center;
}

#auditTable th:nth-child(2),
#auditTable td:nth-child(2) {
  width: 90px;
  min-width: 90px;
}

#auditTable th:nth-child(3),
#auditTable td:nth-child(3) {
  width: 120px;
  min-width: 120px;
}

#auditTable th:nth-child(4),
#auditTable td:nth-child(4) {
  width: 140px;
  min-width: 140px;
}

#auditTable th:nth-child(5),
#auditTable td:nth-child(5) {
  width: auto;
  min-width: 150px;
}

#auditTable th:nth-child(6),
#auditTable td:nth-child(6) {
  width: 100px;
  min-width: 100px;
  text-align: right;
}

#auditTable th:nth-child(7),
#auditTable td:nth-child(7) {
  width: 110px;
  min-width: 110px;
  text-align: center;
}
