
	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #F7F7F7; 
	}
	tr:nth-of-type(even) { 
		background: #D3EDFC; 
	}
	
	.row:nth-of-type(odd) { 
		background: #F7F7F7; 
	}
	.row:nth-of-type(even) { 
		background: #D3EDFC; 
	}
	
	.row{
		width: 99%;
		padding: 4px 2px; 
		text-align: left; 
	}
	
	table.heading td{
		background: #013E7F; 
		color: #fff;
		font-weight: normal;
		border-left: 1px solid #fff;
		padding:0px 8px 16px 5px;
		vertical-align: top;
	}
	
	th { 
		background: #013E7F; 
		color: #fff;
		font-weight: normal;
		border-left: 1px solid #fff;
		padding:0px 8px 16px 4px !important;
		vertical-align: top;
	}
	th img{ 
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
	
	th,td { 
		padding: 4px 2px; 
		text-align: left; 
	}