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

table{width:100%; margin-top:20px; table-layout:fixed;}
table th{ color:#2e73ba; line-height:20px; font-weight:700; text-align:center; border-right:0px solid #2e73ba; padding:15px!important; vertical-align:middle;}
table th.left{line-height:20px; text-align:left; border-bottom:2px solid #2e73ba!important;border-right:none; vertical-align:middle;padding:10px 20px 10px;font-size: 18px;font-family:'notokr-light';}
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 td{border-right:0px solid #c7ccd1!important; border-bottom:0px solid #c7ccd1!important; padding:10px 20px 10px; line-height:20px; vertical-align:middle;}
table td.right{text-align:left; line-height:20px;border-bottom:1px solid #2e73ba!important; color: #2e73ba!important; font-size: 18px; font-family:'notokr-light';}
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;
}