body {
    /*transform: scale(.7);*/
    zoom:100%;
    /*zoom:65%;*/
}

.printable { display:  inline !important;}

/*table {*/
    /*page-break-inside: avoid;*/
/*}*/

a {pointer-events: none;cursor: default;}
button {pointer-events: none;cursor: default;}
a:after {content: "" !important;}

.table tr {
    display: none;
}

.table tr:nth-child(-n+2) {
    display: table-row;
}
