@media print {
    html, body {
        height: 99%;    
    }
    a[href]:after {
	  content: none !important;
	}
	.print-fix{
		display: none;
	}
	div { border: 1px solid white;}
}
