1234567891011121314151617181920212223 |
- table.DTFC_Cloned tr {
- margin-bottom: 0;
- background-color: white; }
- div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
- margin-bottom: 0 !important;
- background-color: white;
- border-bottom: none !important; }
- div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
- margin: 0 !important;
- border-top: none; }
- div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
- display: none; }
- div.DTFC_LeftBodyWrapper table tbody tr:first-child th, div.DTFC_LeftBodyWrapper table tbody tr:first-child td, div.DTFC_RightBodyWrapper table tbody tr:first-child th, div.DTFC_RightBodyWrapper table tbody tr:first-child td {
- border-top: none; }
- div.DTFC_LeftFootWrapper table, div.DTFC_RightFootWrapper table {
- margin-top: 0 !important;
- background-color: white;
- border-top: none; }
|