.table-header {
  display: table-header-group;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #C9C8C8;
  border-bottom: 1px solid #C9C8C8;
  border-left: 1px solid #C9C8C8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;

  &>.segment.table-cell {
    display: table-cell;
    height: 50px;
    border-right: 1px solid white;

    &:last-child {
      border-right: 1px solid #C9C8C8;
    }
  }
}
