* { 
	margin: 0; 
	padding: 0; 
}

#page-wrap {
	margin: 0px;
	margin-bottom:4%;
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; color:#333; font-size:13px;
	}
	/* Zebra striping */
	
	/*tr:nth-of-type(odd) { 
		background: #eee; 
	}*/
	th { 
		background: #2b975b; 
		color: white; 
		font-weight:600;
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #d9d9d9; 
		text-align: left;
		line-height:18px;
	}
	
.row_gray{background-color:#D6F5E6;}
.row_red {background-color:#FFCEBA;}
.cell_blue{background-color:#E7E7E7; color:#333;}
.mainhead { font-size:16px; text-transform:uppercase; background: #2b975b; color: white; font-weight:600;}
.red_class{background-color:#60BF93; color:#fff;}
.black_class{background-color:#2b975b; color:#fff;}



