.page-user-my-products table.product_registration td {
  height: 35px;
}

#my_products_plugins td {
  vertical-align: middle;
  height: 36px;
}

#my_products_plugins tr.child {
  display: none;
}

#my_products_plugins tr.child td {
  padding: 3px 12px 3px 12px;
}

#my_products_plugins tr.child td:nth-child(2) {
  padding-left: 32px;
  white-space: nowrap;
}

#my_products_plugins tr td:nth-child(2) {
  white-space: nowrap;
}

#my_products_plugins tr td:nth-child(1) {
  padding: 6px 0 6px 18px;
}

button.toggle.closed:before {
  content: "\25BA";
}

button.toggle.open:before {
  content: "\25BC";
}

button.toggle {
  border: none;
  background-color: transparent;
  cursor: pointer;
}


#eventide-reg-my-products-form .form-type-textfield {
  display: inline-block;
}