table.dt-rowReorder-float {
  opacity: 0.8;
}

div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline-offset: -2px;
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0 0 2px #FFF;
  opacity: 0.7;
}

tr.dt-rowReorder-moving {
  background-color: rgba(255, 221, 179, 0.6) !important;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
