@page {
    size: auto;
    margin: 5mm;
}

body {
    font-family: 'Roboto';
    font-size: 10pt;
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr {
    page-break-inside: avoid;
}

td {
    border: 1px solid black;
    padding: 5px;
}
