@charset "UTF-8";
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
	width: 100%;
	border-collapse: collapse;
}


th { 
  color: white;
  font-weight: bold; 
  border-bottom: 3px solid white;
}
th:first-child {
	background-color: #A64005;
	width: 10%;
}
th:nth-child(2)  {
	background-color: #B8551B;
	width: 20%;
}
th:nth-child(3) {
	background-color: #A64005;
}

td, th {
	padding: 5px 2px;
	text-align: left;
	font-size: 1em;
}
td {
	border-bottom: 1px solid rgba(226,226,226,1.00);
}
td:first-child  {
	background-color: rgba(166,64,5,0.50);
}
td:nth-child(2)  {
}
td:nth-child(3)  {
	background-color: rgba(166,64,5,0.50);
}

tr:nth-child(6n+1), tr:nth-child(6n+2), tr:nth-child(6n+3)  {
	background-color:rgba(241,160,5,1.00);
}


tr:nth-child(3n+0) {
	border-bottom: 2px solid white;
	
}