table.my_account_orders
.woocommerce-button.b2ba-approve {
  background: #1ebe32;
}

table.my_account_orders
.woocommerce-button.b2ba-reject {
  background: #be1e1e;
}

table.my_account_orders
.woocommerce-button.b2ba-waiting {
  background: #fdb11d;
}

table.my_account_orders
.woocommerce-button:hover {
  background: inherit;
}

.woocommerce-orders-table__row--status-b2ba-approved {
  background: #eeffee !important;
}

.woocommerce-orders-table__row--status-b2ba-rejected {
  background: #ffeeee !important;
}

.woocommerce-orders-table__row--status-b2ba-waiting {
  background: #ffffee !important;
}

.woocommerce-button--next, .woocommerce-button--previous {
  line-height: 29px !important;
}

.woocommerce-MyAccount-navigation-link--b2ba-orders a:before {
  content: "\f058" !important;
}

.woocommerce-MyAccount-navigation-link--b2ba-users a:before {
  content: "\f0c0" !important;
}
/*# sourceMappingURL=b2ba.css.map */