25 lines
402 B
CSS
25 lines
402 B
CSS
|
|
table.delivery-confirmation .mod {
|
|
padding-left: 5mm;
|
|
}
|
|
|
|
table.delivery-confirmation tr:not(.first) {
|
|
break-before: avoid;
|
|
}
|
|
|
|
table.delivery-confirmation tr:not(.first) td {
|
|
padding-top: 0;
|
|
}
|
|
|
|
table.delivery-confirmation tr.trailing td {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
table.delivery-confirmation tr.sum {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
table.delivery-confirmation tr.sum td {
|
|
padding-top: 1mm;
|
|
}
|