table.css 250 B

123456789101112
  1. .sp-table thead th {
  2. border-bottom: 1px solid #E1E6EB;
  3. padding:5px;
  4. }
  5. .sp-table thead th,
  6. .sp-table tbody td {
  7. border-right: 2px solid #E1E6EB;
  8. }
  9. .sp-table thead tr th:last-child,
  10. .sp-table tbody tr td:last-child{
  11. border-right:0;
  12. }