/* 
Generic Styling, for Desktops/Laptops 
*/
table {
	width: 100%;
	border-collapse: collapse;
}
td.cab {
	color: #00768e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333;
}
 td.total {
	padding: 6px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D3887;
	font-weight: bold;
	background-color: #F0EEF7;
}
