@media print {
    html, body, #grid, #page {
        background: none;
    }
    header, nav, footer, #footline, #topline, #notify { 
        display: none;
        visibility: hidden;
        max-height: 0;
        height: 0;
    }
    article { 
        margin: 0;
        padding: 0;
    } 
    .stick, .sticktop, .stick-rel, .stick-ln2 { 
        position: initial; 
    }
    * {
		-webkit-print-color-adjust: exact !important;   
		color-adjust: exact !important;              
	}
}