/* Match websites.aspose.com listing-page grid (product families). */
.productfamilypage .productfamilytitle ul {
    list-style: disc;
    margin: 0 0 0 1.2em;
    padding: 0;
}
.productfamilypage .productfamilytitle ul > a,
.productfamilypage .productfamilytitle ul li {
    display: list-item;
    list-style: disc;
    margin: 0 0 4px 0;
}
.productfamilypage .imgblock {
    display: inline !important;
    float: left !important;
    max-width: 48px !important;
    margin-right: 10px !important;
}
.productfamilypage .imgblock img {
    width: 48px !important;
    max-width: 48px !important;
    height: auto !important;
}
.productfamilypage .productfamily_box a span.spanclass {
    display: block;
    float: left;
    text-align: left;
}
@media (min-width: 1025px) {
    .productfamilypage .productfamily_box {
        float: left !important;
        width: 30% !important;
        max-width: 30% !important;
        margin: 1.33% !important;
        padding: 15px !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }
}
@media (min-width: 569px) and (max-width: 1024px) {
    .productfamilypage .productfamily_box {
        float: left !important;
        width: 46% !important;
        max-width: 46% !important;
        margin: 2% !important;
        box-sizing: border-box !important;
    }
}
@media (min-width: 1025px) {
    .productfamilypage .row .productfamily_box {
        width: 33.3333% !important;
        max-width: 33.3333% !important;
        margin: 0 !important;
    }
}
