/* Enter Your Custom CSS Here */
table, tbody, td, tr { border-collapse: collapse; }

@media only screen and (max-width: 640px) {
	table, tbody, td, tr { display: block; }
	 tr { border: 0px solid #ffffff;}
}
