33 lines
498 B
CSS
33 lines
498 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;
|
|
}
|
|
|
|
table.sortenaufteilung {
|
|
break-after: avoid;
|
|
}
|
|
|
|
table.buckets {
|
|
break-before: avoid;
|
|
}
|