@charset "utf-8";

table tr td {
	vertical-align: top;
}

@media (max-width: 600px) {
	table, tr, th, td, table tr, table tr th, table tr td,
	table tr:last-child td, .table tr:last-child .td {
		border: none !important;
	}
	table tr:last-child td, .table tr:last-child .td {
		border-width: 0;
	}
	table tr td {
		display: inline-block;
	}
}