/** Uniprint Quantity Discount **/

#pbq-tier-pricing-table {
    text-align: center;
    margin: 20px auto;
}

.pbq-tier-wrapper {
    padding: 0;
    background: #fff;
}

.pbq-tier-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 14px;
}

.pbq-tier-table th,
.pbq-tier-table td {
    padding: 6px 6px;
    background-color: #f4f8fb;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 13px;
}

.pbq-tier-table th {
    background-color: #000000;
    font-weight: bold;
    color: #fff;
}

.pbq-tier-table td {
    font-weight: 500;
}

.pbq-tier-title {
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
}