@media only screen and (max-width: 1024px) {
	.dataTables_wrapper table, .dataTables_wrapper thead, .dataTables_wrapper tbody, .dataTables_wrapper th, .dataTables_wrapper td, .dataTables_wrapper tr { 
		display: block;
	}

	.dataTables_wrapper thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.dataTables_wrapper tr { border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
	.dataTables_wrapper tr:first-child {border-top: 1px solid #ccc;}

	.dataTables_wrapper td { 
		border: none;
		border-bottom: 1px solid #ccc; 
		position: relative;
		padding-left: 50% !important;
		padding-top:20px !important;
		padding-bottom:20px !important;		
	}
	
	
	.dataTables_wrapper td:before { 
		position: absolute;
		top: 20px;
		left: 10px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		color:#000;
		font-weight:bold;
	}
	
	.dataTables_wrapper tr:nth-of-type(even) { 
		background: #f1f1f1; 
	}
}