table.dataTable.display > thead > tr > th:first-child,
table.dataTable.display > tbody > tr > td:first-child {
  width: 54px !important;
}
table.dataTable.display > thead > tr > th:nth-child(2),
table.dataTable.display > tbody > tr > td:nth-child(2) {
	width: 50% !important;
}
table.dataTable.display > thead > tr > th:nth-child(3),
table.dataTable.display > thead > tr > th:nth-child(4),
table.dataTable.display > thead > tr > th:nth-child(5),
table.dataTable.display > thead > tr > th:nth-child(6),
table.dataTable.display > thead > tr > th:nth-child(n+8),
table.dataTable.display > tbody > tr > td:nth-child(3),
table.dataTable.display > tbody > tr > td:nth-child(4),
table.dataTable.display > tbody > tr > td:nth-child(5),
table.dataTable.display > tbody > tr > td:nth-child(6),
table.dataTable.display > tbody > tr > td:nth-child(n+8) {
  display: none;
}
table.dataTable.display > tbody > tr > td:nth-child(7),
table.dataTable.display > tbody > tr > td:nth-child(7)._hidden {
  display: table-cell;
}

@media only screen and (max-width: 600px) {
  table.dataTable.display > thead > tr > th:first-child,
  table.dataTable.display > tbody > tr > td:first-child {
    width: 58px !important;
	padding: 8px 0px 8px 4px;
  }
  table.dataTable.display > thead > tr > th:nth-child(2),
  table.dataTable.display > thead > tr > th:nth-child(7) {
    display: flex;
    width:98% !important;
	padding: 8px 6px;
  }
  table.dataTable.display > tbody > tr > td:nth-child(2),
  table.dataTable.display > tbody > tr > td:nth-child(7) {
    display: flex;
    min-height: 50px !important;
	padding: 8px 6px;
	width: 96% !important;
  }
  table.dataTable.display > tbody > tr > td:nth-child(7)._hidden {
    display: none;
  }
  div.dataTables_scrollBody table.dataTable.display > thead > tr > th:nth-child(2),
  div.dataTables_scrollBody table.dataTable.display > thead > tr > th:nth-child(7){
    min-height: 0px !important;
    height: 0px !important;
  }
  table.dataTable.display > tbody > tr > td:nth-child(2) > div,
  table.dataTable.display > tbody > tr > td:nth-child(7) > div {
    width:100% !important;
  }
}
