table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px 0;
}
table thead th,
table thead td {
  padding: 12px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  text-align: left;
}
table tbody th,
table tbody td {
  padding: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
table tfoot th,
table tfoot td {
  padding: 12px;
  text-align: left;
}

@media (min-width: 1180px) {
  table {
    margin: 0 0 24px 0;
  }
  table thead th,
table thead td {
    padding: 12px;
  }
  table tbody th,
table tbody td {
    padding: 12px;
  }
  table tfoot th,
table tfoot td {
    padding: 12px;
  }
}
@media (min-width: 1480px) {
  table {
    margin: 0 0 36px 0;
  }
  table thead th,
table thead td {
    padding: 18px;
  }
  table tbody th,
table tbody td {
    padding: 18px;
  }
  table tfoot th,
table tfoot td {
    padding: 18px;
  }
}
/*# sourceMappingURL=../maps/components/table.css.map */
