.ah-table table:not(.selectable) thead tr th:nth-child(2),
.ah-table table:not(.selectable) tbody tr td:nth-child(2) {
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ah-table table:not(.selectable) thead tr th:nth-child(4),
.ah-table table:not(.selectable) tbody tr td:nth-child(4) {
  width: 170px;
}
.ah-table table:not(.selectable) thead tr th:nth-child(5),
.ah-table table:not(.selectable) tbody tr td:nth-child(5) {
  width: 95px;
}
.ah-table table:not(.selectable) thead tr th:nth-child(6),
.ah-table table:not(.selectable) tbody tr td:nth-child(6) {
  width: 20px;
}
.ah-table table.selectable thead tr th:nth-child(3),
.ah-table table.selectable tbody tr td:nth-child(3) {
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ah-table table.selectable thead tr th:nth-child(5),
.ah-table table.selectable tbody tr td:nth-child(5) {
  width: 170px;
}
.ah-table table.selectable thead tr th:nth-child(6),
.ah-table table.selectable tbody tr td:nth-child(6) {
  width: 95px;
}
.ah-table table.selectable thead tr th:nth-child(7),
.ah-table table.selectable tbody tr td:nth-child(7) {
  width: 20px;
}
