<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
    background: linear-gradient(180deg, rgba(239, 247, 255, 1), rgba(248, 248, 249, 1), rgba(248, 248, 249, 1), rgba(248, 248, 249, 1));
}
.attributeTable {
    background: white;
    border-radius: 8px;
    border: 1px solid white;
    overflow: hidden;
}

.dHeader {
    background: white; border-radius: 15px; padding: 3em 2em
}

.tonerContent p {
    font-size: 18px; font-weight: 400; line-height: 22px
}

.dHeader h1 {
    font-size: 36px; color: #ED2B2B; font-weight: 600
}
.attributeTable tr {
    border-bottom: 0.5px solid #8E9DAD
}
.attributeTable td {
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
}
.productInfoBadge {
    border: 1px solid #EC2A2A;
    border-radius: 69px;
    padding: 7px 10px 7px 10px;
    display: table;
    font-size: 15px;
    text-align: none;
    font-size: 15px;
    color: #EC2A2A;
    text-align: center;
}
.productInfoBadge a {
    font-size: 15px;
    color: #EC2A2A;
    text-decoration: none;
}
.nav-submenu {
    border-bottom: 1px solid #A9A9A9;
}
.nav-submenu li a {
    color: #676E76;
    font-size: 18px;
    font-weight: 600;
}
.nav-submenu li a.active {
    border-bottom: 1px solid #FF5E44;
    color: #282828 !important
}
@media only screen and (max-width: 992px) {
    .smallMobileImage {
        max-height: 150px;
        text-align: center;
        padding-bottom: 1em;
    }
    .attributeLists {
        text-align: center !important;
    }
    .mps-5 {
        padding-left: 0 !important
    }
    .mt-c {
        text-align: center !important;
    }
}
.content-collapsed {
    max-height: 305px;
    overflow: hidden;
}
.show-more {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#product-detail section {
   background: #E4E7EB
}

.compatibleHeading {
  font-size: 22px!important; font-weight: 600!important
}</pre></body></html>