.demo .wx-cell[data-col-id='status'] {
    
    height: 38px;
    line-height: 38px;
    width: 80px;
    border-bottom: var(--wx-table-cell-border);
  }

.demo .wx-cell[data-col-id='contracted'] {
    height: 38px;
    line-height: 38px;
    width: 100px;
    border-bottom: var(--wx-table-cell-border);
  }

  .demo .wx-cell[data-col-id='actual'] {
    height: 38px;
    line-height: 38px;
    width: 50px;
    border-bottom: var(--wx-table-cell-border);
  }

  .demo .wx-cell[data-col-id='time remaining'] {
    height: 38px;
    line-height: 38px;
    width: 50px;
    border-bottom: var(--wx-table-cell-border);
  }