.tbl-wrap {
	margin: 15px 0;
}
/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
	width: 100%; 
	border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #ebebeb; 
}

th { 
	font-weight: bold;
}

thead th { 
	background: #333; 
	color: white; 
	text-align: center !important; 
}

tbody th { 
	text-align: left !important;
}

td, th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
	}	
