#bcrw_restrictions_data label, #bcrw_restrictions_data legend {
    width: 225px;
}
#bcrw_restrictions_data .select2-container {
    max-width: 75%;
}
#bcrw_restrictions_data #bcrw_products_table .select2-container,
#bcrw_restrictions_data #bcrw_categories_table .select2-container {
    max-width: 90%;
    padding: 7px;
}
#bcrw_restrictions_data #bcrw_products_table .select2-selection__arrow,
#bcrw_restrictions_data #bcrw_products_table .select2-selection__clear,
#bcrw_restrictions_data #bcrw_categories_table .select2-selection__arrow,
#bcrw_restrictions_data #bcrw_categories_table .select2-selection__clear {
    margin-top: 7px;
    margin-right: 7px;
}
/* Number Fields */
/* If #bcrw_categories_table number fields empty show text */
#bcrw_products_table input[type="number"]:empty::after,
#bcrw_categories_table input[type="number"]:empty::after {
    content: "0";
    color: #999;
}
/* Products */
#bcrw_products_table,
#bcrw_categories_table {
    margin: 10px;
    width: calc(100% - 20px);
    max-width: 75%;
}
.bcrw_product_restrictions .woocommerce-help-tip {
    margin-left: 2px !important;
    margin-top: 2px !important;
    font-size: 14px !important;
}
/* Remove Product */
.button.bcrw_remove_product, .button.bcrw_remove_category {
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    padding-top: 5px;
}
/* Pro Meta Box */
#bcrw_pro_version .handle-actions { display: none; }
#bcrw_pro_version .postbox-header { pointer-events: none; }
/* Product Table */
#bcrw_products_table .bcrw_product_select,
#bcrw_categories_table .bcrw_category_select {
    width: 100%;
}
#bcrw_products_table input[type="number"],
#bcrw_categories_table input[type="number"] {
    width: 100%;
}
#bcrw_products_table .button,
#bcrw_categories_table .button {
    width: 100%;
}