.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table {
  transition: all 0s;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th {
  background: #F0F0F0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th.bb-right {
  border-right: 1px solid #00BFFF;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr.ant-table-row-selected td {
  background: #A9F47C;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr.ant-table-row-selected td.ant-table-cell-row-hover {
  background: #a0ec72;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td {
  padding: 3px 4px;
  transition: all 0s;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td.bb-right {
  border-right: 1px solid #00BFFF;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td.ant-table-cell-row-hover {
  background: #EFFF82;
}