67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
|
|
table.delivery-confirmation {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
table.delivery-confirmation thead {
|
|
font-size: 8pt;
|
|
}
|
|
|
|
table.delivery-confirmation thead th {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
table.delivery-confirmation td {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
table.delivery-confirmation td[rowspan] {
|
|
vertical-align: top;
|
|
}
|
|
|
|
table.delivery-confirmation .weight {
|
|
text-align: right;
|
|
}
|
|
|
|
table.delivery-confirmation .grad {
|
|
text-align: center;
|
|
}
|
|
|
|
table.delivery-confirmation .geb {
|
|
font-size: 8pt;
|
|
}
|
|
|
|
table.delivery-confirmation .mod {
|
|
font-size: 8pt;
|
|
padding-left: 5mm;
|
|
}
|
|
|
|
table.delivery-confirmation .small {
|
|
font-size: 8pt;
|
|
}
|
|
|
|
table.delivery-confirmation tr.new td {
|
|
border-top: 0.5pt solid black;
|
|
}
|
|
|
|
table.delivery-confirmation tr:not(.first) td {
|
|
padding-top: 0;
|
|
}
|
|
|
|
table.delivery-confirmation tr.trailing td {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
table.delivery-confirmation tr.sum {
|
|
border-top: 0.5pt solid black;
|
|
break-before: avoid;
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
table.delivery-confirmation tr.sum td {
|
|
padding-top: 1mm;
|
|
}
|