table.dataTable.responsive td {
  display: table-cell;
}

table.dataTable.responsive tr {
  display: table-row;
  float: none;
  width: 100%;
}
table.dataTable.responsive ul li::before {
    content: "";
}