.woocommerce-page table.my_account_customer_users {
  position: relative;
}

.woocommerce-page table.my_account_customers .customer-actions,
.woocommerce-page table.my_account_customer_users .user-actions,
.woocommerce-page table.my_account_customer_add_user .user-actions {
  text-align: right;
  width: 5%;
  white-space: nowrap;
}
.woocommerce-page table.my_account_customer_users .user-role,
.woocommerce-page table.my_account_customer_add_user .user-role {
  /*width: 5%;*/
  white-space: nowrap;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
/*.form-row*/ {
  position: relative;
}
.form-control-wrapper {
  display: inline-block;
  position: relative;
}
.woocommerce-checkout .col-1.loading:before,
.woocommerce-checkout .col-2.loading:before,
.form-control-wrapper.loading:before,
.woocommerce-page table.my_account_customer_users.loading:before {
  content: "";
  position:absolute;
  top: 0;
  right: -10px;
  left: -5px;
  bottom: 0;
  background: url(../ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
  z-index: 10000;
  
}
.woocommerce-page table.my_account_customer_users a.remove-user.disabled {
  color: #9f9f9f;
  text-decoration: none;
  cursor: default;
}

.woocommerce-page table.my_account_customer_add_user thead tr th {
  padding-bottom: 0;
}
.woocommerce-page table.my_account_customer_add_user tbody tr:last-child td {
  border-top: 0;
}
.woocommerce-page table.my_account_customer_add_user td.user-email {
  width: 60%;
}
.woocommerce-page table.my_account_customer_add_user input.user_email {
  width: 100%;
}

.woocommerce-page .js-only {
  display: none;
}

.woocommerce-page .my_account_add_address {
  text-align: right;
}

/* Fix address grid display on my account page */
.woocommerce-page .col2-set .col-1 {
  clear: left;
}

/* Let order addresses area be as wide as parent */
.woocommerce .col2-set.addresses {
    width: auto;
}

.woocommerce form.edit-account fieldset {
    border: 1px dotted #2b2b2b;
    padding: 25px;
    margin-bottom: 30px;
}
.woocommerce form.edit-account fieldset legend {
    font-weight: bold;
    font-style: italic;
}