@media only screen and (max-width: 4000px) {
	#unseen_front table td:nth-child(2), 
	#unseen_front table th:nth-child(2),
	
	#unseen_eventlink table	td:nth-child(2),
	#unseen_eventlink table th:nth-child(2),
	#unseen_eventlink table	td:nth-child(9),
	#unseen_eventlink table th:nth-child(9),
	#unseen_eventlink table	td:nth-child(11),
	#unseen_eventlink table th:nth-child(11)
	
	{display: none;}
}

@media only screen and (max-width: 992px) {
	#unseen_last table td:nth-last-child(1), 
	#unseen_last table th:nth-last-child(1), 

	#unseen_front table td:nth-child(1), 
	#unseen_front table th:nth-child(1),
	#unseen_front table td:nth-child(3), 
	#unseen_front table th:nth-child(3)
	{display: none;}

	#unseen_front table td:nth-child(2), 
	#unseen_front table th:nth-child(2),
	#unseen_front table td:nth-child(5), 
	#unseen_front table th:nth-child(5)
	{display: table-cell;}	
}


@media only screen and (max-width: 768px) {
	#unseen_last table td:nth-last-child(1), 
	#unseen_last table th:nth-last-child(1), 
	
	#unseen_front table td:nth-last-child(1), 
	#unseen_front table th:nth-last-child(1), 
	#unseen_front table td:nth-child(1), 
	#unseen_front table th:nth-child(1),
	#unseen_front table td:nth-child(3), 
	#unseen_front table th:nth-child(3)
	{display: none;}

	#unseen_front table td:nth-child(2), 
	#unseen_front table th:nth-child(2),
	#unseen_front table td:nth-child(5), 
	#unseen_front table th:nth-child(5)
	{display: table-cell;}
}
 
@media only screen and (max-width: 320px) {
	#unseen_last table td:nth-last-child(1), 
	#unseen_last table th:nth-last-child(1), 

	#unseen table td:nth-child(2),
	#unseen table th:nth-child(2),
	#unseen table td:nth-child(7),
	#unseen table th:nth-child(7),
	#unseen table td:nth-child(8),
	#unseen table th:nth-child(8),
	#unseen table th:nth-last-child(1),

	#unseen_front table td:nth-child(2),
	#unseen_front table th:nth-child(2),
	#unseen_front table td:nth-child(7),
	#unseen_front table th:nth-child(7),
	#unseen_front table td:nth-child(10),
	#unseen_front table th:nth-child(10),
	#unseen_front table td:nth-last-child(1),
	#unseen_front table th:nth-last-child(1)
	{display: none;}
}

