#tableA table, #tableA th, #tableA td {
  border: 1px solid black !important;
}

#tableS table, #tableS th, #tableS td {
  border: 1px solid black !important;
  text-align: left !important; /* Note: Capitalized "Left" corrected to lowercase "left" */
}

.inline-display {
  display: inline !important;
}


.no-list-style {
  list-style: none !important;
}

.table-row-style {
  border-left: 1px solid gray !important;
  border-top: 1px solid gray !important;
}

.table-cell-style {
  border-right: 1px solid gray !important;
  border-bottom: 1px solid gray !important;
}

.table-cell-padded {
  border-right: 1px solid gray !important;
  border-bottom: 1px solid gray !important;
  padding-right: 20px !important;
}

#tableA-statement table, th, td {
  border: 0px solid black !important;
}
