/* <?php // *** Last Updated On: 4 November 2016 (@ Office) ?> */
/* CSS Document */
.containerbigtable {
	margin:0 auto;
	width:inherit;
}

.containerbigtable table, th, td
{
	padding:1px 5px;
	border:0;
}

@media screen and (max-width:900px)
{
	.containerbigtable table, th, td
	{
		border:1px solid black;
		border-collapse:collapse;
	}
}
