/*@media only screen and (max-width: 320px),
(min-device-width: 310px) and (max-device-width: 320px)  {

	
	table, thead, tbody, th, td, tr { display: block; }
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr { border: 1px solid #ccc; }
	td { 
	position: relative;
	}
	td:before { 
	
		position: absolute;
	
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}*/

.differentTable, .differentTable td{
   border-color: #000;
}