@media print {

    body{
        margin: 25px;    
    }

    .print-hide, .dev-bar, .tooltip, .back-to-top, #fixedTop, footer, .blocref {
	display: none !important;
    }


}
