/* 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-9" as a base selector for example: #supsystic-table-9 { ... } #supsystic-table-9 tbody { ... } #supsystic-table-9 tbody tr { ... } */ #supsystic-table-9 thead th, #supsystic-table-9 thead td, #supsystic-table-9 tfoot th, #supsystic-table-9 tfoot td { border-bottom: none; } table#supsystic-table-9 * { border: none; }