/* 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-24" as a base selector for example: #supsystic-table-24 { ... } #supsystic-table-24 tbody { ... } #supsystic-table-24 tbody tr { ... } */ #supsystic-table-24 tbody tr { padding: 40px; } table.dataTable thead th, table.dataTable thead td { border-bottom: none !important; } /* 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-25" as a base selector for example: #supsystic-table-25 { ... } #supsystic-table-25 tbody { ... } #supsystic-table-25 tbody tr { ... } */ #supsystic-table-25 tbody tr { padding: 40px; } table.dataTable thead th, table.dataTable thead td { border-bottom: none !important; } /* 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-26" as a base selector for example: #supsystic-table-26 { ... } #supsystic-table-26 tbody { ... } #supsystic-table-26 tbody tr { ... } */ #supsystic-table-26 tbody tr { padding: 40px; } table.dataTable thead th, table.dataTable thead td { border-bottom: none !important; }
Back