/* user css file */
@media print {
html, body {
display: none;
visibility: hidden;
height: 1px;
width: 1px;
}
}
