@media screen and (max-width: 768px) {

table {
	width:90%;
	margin:0 auto;
}

td {
	width:96%;
	display:block;
}

}