table {
  width: 100%;
  background-color: $lbry-white;
  position: relative;

  thead {
    cursor: default;
    position: relative;

    tr {
      position: relative;
      z-index: 1;
    }
  }

  tbody {
    line-height: 1.55;
  }

  tr {
    &:not(:last-of-type) {
      td {
        border-bottom: 1px solid $lbry-gray-1;
      }
    }
  }

  th,
  td {
    padding: 0.5rem 1rem;
  }

  th {
    border-bottom: 2px solid $lbry-black;
    letter-spacing: 0.1rem;
    text-align: left;
    text-transform: uppercase;
  }

  a {
    font-weight: bolder;
  }
}