 @media all and (max-width:750px){ 
 	table.universal{
		width:100%;
		overflow:scroll;
		display:block;
		margin:0px !important;
	}
 }
  @media all and (max-width:400){ 
	table.universal .grey{
		background-image: linear-gradient(#e6e6e6 50%, #dcdcdc 50%);
	}
	table.universal .red{
		background-image: linear-gradient(#e5e5e5 50%, #dcdcdc 50%);
	}
	
 }