﻿@media print {
    .DontPrint { display: none; }
    .Printable { width: 171mm; /* A4 - 210mm width minus 39mm total margin */ }
    
    .RareSparesBodyCell { width: 171mm; }
    .RareSparesHeaderCell { display: none; }
    .RareSparesFooterCell { display: none; }
    
    .ProdAlertSubscribe { display: none; }
    .NewProductsSectionHeading, .ComingSoonSectionHeading, .SpecialsSectionHeading { 
        color: Black; text-align: center; font-weight: bold; font-size: xx-large; 
    }
    .NewProductsCategoryHeading, .ComingSoonCategoryHeading, .SpecialsCategoryHeading { 
        color: Black; font-weight: bold; font-size: x-large; 
    }
}