.float_left {
  overflow: visible;
  width: 48%;
float:left;
}
.float_right {
  overflow: visible;
  width: 48%;
  float:right;
}
.full_width {
  overflow: visible;
  width: 100%;
  float: left;
}

.woocommerce-order-details .responsive-table {
  margin-bottom: 5px!important;
}