.yield-info table {
    width: 99%;
    margin-bottom: 40px;
}
.yield-info table,
.yield-info thead,
.yield-info tbody,
.yield-info tr,
.yield-info th
/* .yield-info td  */
{
    border: none !important;
}
.yield-info.toner-yield table td {
    padding: 13px 15px;
    border-color: #F1F3F5;
}
@media (max-width: 576px) {
    .yield-info table td {
        font-size: 11px;
        padding: 4px 6px;
    }
}
.yield-info.toner-yield th {
    background: none;
    text-align: left !important;
    padding: 20px 0 5px 0;
    color: #353535;
    font-weight: bold;
    text-transform: capitalize;
    /* border-bottom: 1px solid #e7e7e7 !important; */
}
.xgn-accordion__toggle::before,
.xgn-accordion__toggle::after {

    background-color: #353535;
}
.bg-light-grey {
    background-color: #f1f3f5;
}
.xgn-accordion-2 {
    display: block !important;
}
.toner-yield tbody tr:nth-of-type(odd) {
    background-color: white;
}
.toner-yield tbody tr:nth-of-type(even) {
    background-color: #F1F3F5;
}