/******************   TABLE   ******************/

table{width:100%; border-top:2px solid #043465!important; margin-top:20px; table-layout:fixed;}
table th{background:#e6e6e6; color:#111; line-height:20px; font-weight:700; text-align:center; border-right:1px solid #c7ccd1; padding:10px 20px 10px; vertical-align:middle;}
table th.left{line-height:20px; text-align:left; border-bottom:1px solid #c7ccd1;border-right:none; vertical-align:middle;padding:10px 20px 10px;}
table th.noBG{background:none;border-bottom:1px solid #c7ccd1;}
table th:last-child{border-right:none;}
table td:last-child{border-right:none;}
table th.gray{ background:#f7f7f7; font-size:16px; border-bottom:1px solid #c7ccd1;}
table th.bdBottom{ border-bottom:1px solid #c7ccd1;}

table td{border-right:1px solid #c7ccd1; border-bottom:1px solid #c7ccd1; padding:10px 20px 10px; line-height:20px; vertical-align:middle;}
table td.center{text-align:left; line-height:20px;}
table td.grayBG{background:#e8ecf1;}
table td.orangeBG{background:#fbebe5;}
table td.blue,table th.blue{ color:#f44336 !important;}
table td.orange{ color:#db3900;}

table td.up{color:#db3900;}
table td.down{color:#f44336;}

@media screen and (max-width:1200px){
	
	table th,table td,table th.left{padding:10px;}
	
}

.fixed-table-body {
  overflow-x: auto;
}