.table {
  @extend .u-width-100;
  @include get-spacing(mb,m);
}

.table tr td,
.table tr th {
  border-bottom: 1px #f3f3f3 solid;
  white-space: nowrap;
  @include get-spacing(p,m);
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 1px;
}

td {
  @extend .u-font-size-5;
  @extend .u-color-grey-base;
}

.table th {
  @extend .u-bg-color-grey-white;
  @extend .u-font-weight-600;
  @extend .u-font-size-5;
  @extend .u-color-grey-base;
}

.pagination-list {
  justify-content: flex-end !important;
  width: 100%;
}

.pagination-list li a {
  font-size: 1.4rem !important
}
