   table.dataTable {
       clear: both;
       margin-top: 0px !important;
       margin-bottom: 0px !important;
       max-width: none !important;
       border-collapse: separate !important;
   }

   table.dataTable thead > tr > th.sorting_asc,
   table.dataTable thead > tr > th.sorting_desc,
   table.dataTable thead > tr > th.sorting,
   table.dataTable thead > tr > td.sorting_asc,
   table.dataTable thead > tr > td.sorting_desc,
   table.dataTable thead > tr > td.sorting {
       padding-right: .75rem;
   }

   table.dataTable thead .sorting::after,
   table.dataTable thead .sorting_asc::after {
       display: none;
   }

   table.dataTable thead .sorting_desc::after {
       display: none;
   }

   table.dataTable thead .sorting {
       background-image: url(https://datatables.net/media/images/sort_both.png);
       background-repeat: no-repeat;
       background-position: center right;
   }

   table.dataTable thead .sorting_asc {
       background-image: url(https://datatables.net/media/images/sort_asc.png);
       background-repeat: no-repeat;
       background-position: center right;
   }

   table.dataTable thead .sorting_desc {
       background-image: url(https://datatables.net/media/images/sort_desc.png);
       background-repeat: no-repeat;
       background-position: center right;
   }
