

table.DTFC_Cloned thead,
table.DTFC_Cloned tbody,
table.DTFC_Cloned tfoot {
  background-color: white; 
}

div.DTFC_Blocker {
  background-color: white; 
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2; 
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none; 
}

div.DTFC_LeftHeadWrapper table.dataTable, 
div.DTFC_RightHeadWrapper table.dataTable {
  border-bottom: none;
  margin-bottom: 0 !important;
}

div.DTFC_LeftHeadWrapper table.dataTable tr:last-child td, 
div.DTFC_RightHeadWrapper table.dataTable tr:last-child td {
  border-bottom: none;
}

div.DTFC_LeftBodyWrapper table.dataTable, 
div.DTFC_RightBodyWrapper table.dataTable {
  border-top: none;
  margin-top: 0 !important;
}

div.DTFC_LeftBodyWrapper table.dataTable tr:first-child td, 
div.DTFC_RightBodyWrapper table.dataTable tr:first-child td {
  border-top: none;
}