 
table {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
	font-size:17px;
	font-weight:normal;
}
th, td {
	text-align:left;
	padding:6px;
	border:1px solid #d0cfca;
}
th {
	background:#009fd6;
	color:#fff;
	font-weight:normal; font-size:17px;
}
td {
	 font-size:17px; color:#575353;
}
/* tablecloth styles */

.grey{
	background:#f5f5f5;
}
tr.odd td {
	background:#f8fbfc;
}
th.over, tr.even th.over, tr.odd th.over {
	background:#4a98af;
}
th.down, tr.even th.down, tr.odd th.down {
	background:#bce774;
}
th.selected, tr.even th.selected, tr.odd th.selected {
}
td.over, tr.even td.over, tr.odd td.over {
	background:#ecfbd4;
}
td.down, tr.even td.down, tr.odd td.down {
	background:#bce774;
	color:#fff;
}
td.selected, tr.even td.selected, tr.odd td.selected {
	background:#bce774;
	color:#555;
}
/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty {
	background:#fff;
}
.colspan03{ text-align:center; font-size:16px;   padding:12px; font-weight:bold;}
.textalign_cetr  tr td { text-align:center !important;}
.textalign_cetr  tr th { text-align:center !important;}
.left-color{ background:#2778b6; color:#fff; }
.color-white{ background:#fff}

 
 @media(max-width:479px) {
td{ font-size:13px;}
th, td{ padding:3px}	 
	 
	 }