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

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

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

.view-l2 {
  margin-top: -30px !important;
  margin-left: 20px !important;
}

.view-l3 {
  margin-top: -30px !important;
  margin-left: 60px !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;
}
