#custom-table {
  color: black !important;
  border: none !important;
}
#custom-table table {
  border-collapse: collapse;
}
#custom-table th, #custom-table td {
  font-size: 18px;
  padding: 10px;
  text-align: start;
}
#custom-table th {
  color: black;
  border-bottom: 2px solid rgb(243, 243, 243);
}
#custom-table tr:not(:last-child) td {
  border-bottom: 1px solid rgb(243, 243, 243);
}/*# sourceMappingURL=tivala-custom-table.css.map */