@page {
    size: A4;
    margin: 0.5cm;
}
html,
body{
    margin: 0;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
table{
    width: 100%;
    table-layout: fixed;
    font-size: 8pt;
}
table tr th,
table tr td{
    width: 9.375%;
    padding: 2px;
}
table tr th:first-child,
table tr td:first-child{
    width: 10%;
}
table tr td:nth-child(2),
table tr th:nth-child(2){
    width: 10%;
}
table tr:first-child {
    font-size: 8pt;
}
.legend,
.notice{
    font-size: 7pt;
}