.p-datatable.upcoming tr th:nth-of-type(n+7),
.p-datatable.upcoming tr td:nth-of-type(n+7) {
	display: none;
}
.p-datatable.past tr th:nth-of-type(2),
.p-datatable.past tr td:nth-of-type(2), 
.p-datatable.past tr th:nth-of-type(4),
.p-datatable.past tr td:nth-of-type(4) {
	display: none;
}