/*@page{
    padding: 0;
    margin: 25mm;
    width: 86mm;
    height: 54mm;
}

body{
    background: none;
    color: #000 !important;
    margin: 25mm;
}*/

.printHide,
#userNav,
.print,
.breadcrumbs,
.breadcrumbs li{
    display: none !important;
}

section{
    background: none;
    border: none;
    margin: 0;
    width: auto;
    padding: 0;
}

.page_break{
    page-break-after: always;
}

table,tr,td,th{
    border: solid #000 1px;
    border-collapse: collapse;
}

td,th{
    padding: 3px 5px;
}

table{
    width: 100%
}