.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: -webkit-auto;
    display: inline-block;
  }
}
option {
  color: #000;
}

.dt-button {
  background: #fff !important;
}

div.dt-buttons {
  margin-left: 15px;
  float: left !important;
}

#promoField {
  display: none;
}
