@charset "utf-8";

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

table td{
	display: table-cell !important;
	width: initial !important;
	font-size:80% !important;
	line-height: 120%;
}


}

