﻿@media only screen and (max-width: 800px) {
	#unseen table td:nth-child(2), 
	#unseen table th:nth-child(2) {display: none;}
}
 
@media only screen and (max-width: 640px) {
	#unseen table td:nth-child(4),
	#unseen table th:nth-child(4),
	#unseen table td:nth-child(7),
	#unseen table th:nth-child(7),
	#unseen table td:nth-child(8),
	#unseen table th:nth-child(8){display: none;}
}
table {
    border: 1px solid rgb(188, 232, 241);
    max-width: 1500px !important;
width: 1330px !important;
text-align:center;
}
th , td{border-left: 1px solid rgb(221, 221, 221) !important;padding:5px !important;
border-right: 1px solid rgb(221, 221, 221) !important;display:flexbox}
.invisible , .invisible{border-left:none !important;
border-right:none !important;display:flexbox}