.dataTables_wrapper .dataTables_length select {
  width: auto;
  min-width: 80px;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -50px;
  margin-top: -25px;
  padding: 6px;
  border: none;
  background: transparent;
  z-index: 1;
}