@media print {
    .tooltip,
    .navbar,
    .subnav,
    #wicketDebugBar,
    #wicketDebugLink,
    .menu,
    #footer,
    .no-print {
        display: none !important;
    }

    body {
        padding-top: 2px !important;
    }

    .page-break {
        page-break-after: always;
        /*display: none;*/
    }

    a[href]:after {
        content: "" !important;
    }

    .print-only {
        display: block !important;
    }

    tr {
        page-break-inside: inherit !important;
    }
}