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

table{width:100%; border-top:2px solid #eb842d!important; margin-top:0px!important; table-layout:fixed;}
table th{background:#f2f2f2; color:#111;  font-weight:700; text-align:center; border-right:1px solid #c7ccd1; padding:10px 20px 10px; vertical-align:middle;}
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:12px 20px 5px; vertical-align:middle; color: #777; text-align: center}
table td.center{text-align:center; }
table td.left{text-align:left; }
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;
}