﻿/*!
    * 
    * A custom CSS file for the SD.GCWebBrandingWA project; used for the page layout when printing.
    *
    * Used by: SD-GCWeb-Modern.master, SD-GCWeb-Retro.master, SD-GCWeb-System.master
    *
 */
@media print {
    .sd-noPrint, .sd-noPrint * {
        display: none !important;
    }
}
