phx-table .phx-table-header, .phx-table .phx-table-header {

  & {
    display: table-header-group;

    position: relative;
  }

  & .phx-table-cell {
    display: table-cell;

    position: relative;
  }

}
