@media screen and (max-width: 600px) {
	table {width:100% !important;}
	thead {display: none !important;}
	tr:nth-of-type(2n) {background-color: inherit !important;}
	tr td:first-child {background: #f0f0f0 !important; font-weight:bold !important;font-size:1em !important;}
	tbody td {display: block !important;  text-align:center !important;}
	tbody td:before { 
	    /* content: attr(data-th); */
	    display: block !important;
	    text-align:center !important;  
	  }
}