feefo.css 247 B

12345678910111213
  1. .comm-table td{
  2. padding-bottom: 5px;
  3. }
  4. .comm-table th{
  5. text-align: left;
  6. border-bottom: 1px black solid;
  7. padding-bottom: 3px;
  8. }
  9. .main-table td {
  10. border-bottom: 2px #d3d3d3 dotted;
  11. padding-top: 5px;
  12. padding-bottom: 5px
  13. }