button.dt-button, div.dt-button, a.dt-button {
  padding:0.2em .7em;
}

div.dt-buttons {
 display: none;
  position: relative;
  float: right;
}	
.dataTables_filter {
    display: none;
}

table thead tr:nth-child(2){
   display:none;
}

.woocommerce-variations-table th {
  text-align: center;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
  font-size: 1.4em;
}

.woocommerce-variations-table th select {
  display: block;
  width: 100%;
  color: #333;
  font-size: 11px;
  margin: 16px 0 0 0px;
}

.dataTables_scrollBody {
    max-height: fit-content !important;
}