//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    body.providerpricing-mypricing-index {
        .customer-pricing-discount-tiers {
            table {
                .lib-table();
                .lib-table-hover();
                .lib-table-bordered(
                    @_table_type: horizontal
                );
                max-width: 500px;
                thead {
                    th:last-child {
                        white-space: nowrap;
                    }
                }
                tr.has-discount {
                    .discount-amount {
                        font-weight: 900;
                        // &:before {
                        //     content:'-';
                        // }
                    }
                }
            }
        }
    }
}
