/* Here you can add custom CSS for the current table */ /* Lean more about CSS: https://en.wikipedia.org/wiki/Cascading_Style_Sheets */ /* To prevent the use of styles to other tables use "#supsystic-table-123" as a base selector for example: #supsystic-table-123 { ... } #supsystic-table-123 tbody { ... } #supsystic-table-123 tbody tr { ... } */ #supsystic-table-123 thead th { font-family: cursive; font-size: 16px; text-align: center; }