table {
  border-bottom: 1px solid $c-border;
  margin: rem-calc( 40 ) 0  ;
  width: 100%;

  caption {
    font-family: $f-title;
    font-size: rem-calc( 18 );
    padding: rem-calc( 24 );
  }
}

th {
  font-family: $f-title;
}

td,
th {
  border-top: 1px solid $c-border;
  padding: rem-calc( 24 ) gutter( 8 );
}

tfoot {
  font-size: rem-calc( 14 );
}
