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

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




table#WALL-table thead{
	background-color: #444;
	color: #fff;
}


table.dataTable{
	border-radius: 4px;
}