﻿._Table,
._Table *{ color:#666 !important; font-size: calc(14px + 0.02rem) !important; line-height: calc(20px + 0.1rem) !important; font-family:'MiSans-Regular' !important;}
._Table th{ padding:12px 10px !important; border:1px solid #dfdfdf !important; border-top:0 !important; border-bottom:0 !important;}
._Table th:first-child{ border-left:1px solid #dfdfdf !important;}
._Table th:last-child{ border-right:1px solid #dfdfdf !important;}
._Table td{ padding:12px 10px !important; border:1px solid #dfdfdf !important;}
table._Table {
  width: 100% !important;
  margin-bottom: 24px;
}
table._Table:last-child{margin-bottom:24px;}

table._Table td,
table._Table td * {
  text-align: center !important;
  vertical-align:middle !important;
}
table._Table tr.firsttr,
table._Table tr.firsttr * {
  background: #00ab5d !important;
  color: #fff !important;
}
table._Table tr.firsttr td{font-weight:bold !important;}

table._Table td.firsttd,
table._Table td.firsttd * {
  background: #eeeeee !important;
  color: #333 !important;
  /* font-weight: bold; */
}



@media  screen and (max-width: 760px){
.table{overflow-y: auto;}
.table::-webkit-scrollbar{ display: none;}
table._Table{width:100% !important;}
}

