﻿

* { 
	margin: 0; 
	padding: 0; 
}


	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 


	}

	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #ebe7e7; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
td, th {
    padding: 1px;
    border: 1px ridge #333;
    text-align: left;
    white-space: nowrap;
}

/*@media only screen and (min-width : 0px) and (max-width : 580px) {
        .responsive-table-Col1 tr td:nth-child(1), .responsive-table-Col1 tr th:nth-child(1) { display: none;}
        .responsive-table-Col2 tr td:nth-child(2), .responsive-table-Col2 tr th:nth-child(2) { display: none;}
        .responsive-table-Col3 tr td:nth-child(3), .responsive-table-Col3 tr th:nth-child(3) { display: none;}
        .responsive-table-Col4 tr td:nth-child(4), .responsive-table-Col4 tr th:nth-child(4) { display: none;}
        .responsive-table-Col5 tr td:nth-child(5), .responsive-table-Col5 tr th:nth-child(5) { display: none;}
        .responsive-table-Col6 tr td:nth-child(6), .responsive-table-Col6 tr th:nth-child(6) { display: none;}
        .responsive-table-Col7 tr td:nth-child(7), .responsive-table-Col7 tr th:nth-child(7) { display: none;}
        .responsive-table-Col8 tr td:nth-child(8), .responsive-table-Col8 tr th:nth-child(8) { display: none;}
        .responsive-table-Col9 tr td:nth-child(9), .responsive-table-Col9 tr th:nth-child(9) { display: none;}
        .responsive-table-Col10 tr th:nth-child(10), .responsive-table-Col10 tr th:nth-child(10) { display: none;} 
        .responsive-table-Col11 tr th:nth-child(11), .responsive-table-Col11 tr th:nth-child(11) { display: none;}
        .responsive-table-Col12 tr th:nth-child(12), .responsive-table-Col12 tr th:nth-child(12) { display: none;}
 }*/