/*body{
    padding: 0; 
    background: #FFF;
}
@media print {
    a[href]:after {
        content: none !important;
    }
}
.container {
    width: 100%;
}

a {
    color: #000;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background: #fff;
}*/


@media print {
    body{
        padding: 0; 
        background: #FFF;
        zoom: 0.6;
    }

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

    .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
        background: #fff;
    }

    .noprint, .sidebar, .xfooter, #debug-kit-toolbar, .pagination , .actions {
        display: none;
    }
    
    #logo {
        position: static;
    }
    
    .container {
        width: 100%;
    }

    @page {
        counter-increment: page;
        counter-reset: page 1;
        @top-right {
            content: "Page " counter(page) " of " counter(pages);
        }
    }
    
    .userPhotoBox {
        float: right;
        width: 20%;
    }

}