.js-hide {
    display: none;
}

@media screen and (max-width: 600px) {
	.table-pie-first table tr.hide {
		display: none;
	}
}