#table thead > tr > th.detail,
#table tbody > tr:not(.detail-view) > td:first-of-type {
  display: none;
}

#table thead > tr > th:nth-child(2),
#table tbody > tr:not(.detail-view) > td:nth-child(2) {
  border-left: none!important;
}
