/*table*/

table {
	width: 100%;
	border-collapse: collapse;
	border-top: 3px solid #9498B3;
	margin-top: 5px;}

table td {
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;}

table th {
	border: 1px solid #ccc;
	text-align: center;
	padding: 7px 0;
	background-color: #e3e5f4;
	color: #4e5bb1;}

table td.asideBG{background-color: #F9F9F9;}

table td:first-child {
	background-color: #F9F9F9;
	font-weight: 600;}

table td.asidcolor{
	background-color: #F9F9F9;
	font-weight: 600;}


table.table2hr td:first-child {
	background-color: #F9F9F9;
	font-weight: 600;}