/* print.css */

html {
    height: auto;
    padding: 0;
}

.onlyPrint {
    display: block;
}

.LNoPrint {
    display: none;
}

#footer {
    display: block;
}
