@charset "utf-8";
.Responsive-table{
}
.Responsive-table td,
.Responsive-table th{
}
@media only screen and (max-width:699px){
	.Responsive-table {
	}
	.Responsive-table th,
	.Responsive-table td{
		display: block;
	}
}