table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;

  th,
  td {
    padding: $medium-spacing $medium-spacing $medium-spacing 0;
    text-align: left;
    color: $black;
    border-bottom: 1px solid $grey-3;
  }

  th {
    font-weight: 700;
  }

  // Right align table header cells and table cells with a numeric class
  .numeric {
    text-align: right;
  }

}

// .table-font-xsmall {
//   th {
//     @include bold-16;
//   }
//
//   td {
//     @include core-16;
//   }
//
//   th,
//   td {
//     padding: em(12, 16) em(20, 16) em(9, 16) 0;
//   }
// }
