114 lines
2.0 KiB
CSS
114 lines
2.0 KiB
CSS
|
|
table.delivery-confirmation {
|
|
font-size: 10pt;
|
|
margin-bottom: 5mm;
|
|
}
|
|
|
|
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) {
|
|
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 {
|
|
border-top: 0.5pt solid black;
|
|
break-before: avoid;
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
table.delivery-confirmation tr.sum td {
|
|
padding-top: 1mm;
|
|
}
|
|
|
|
table.delivery-confirmation-stats {
|
|
font-size: 10pt;
|
|
break-inside: avoid;
|
|
}
|
|
|
|
table.delivery-confirmation-stats th,
|
|
table.delivery-confirmation-stats td {
|
|
padding: 0.125mm 0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
table.delivery-confirmation-stats tr.subheading th {
|
|
text-align: left;
|
|
}
|
|
|
|
table.delivery-confirmation-stats thead th {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
text-align: right;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
table.delivery-confirmation-stats thead th:first-child {
|
|
text-align: left;
|
|
}
|
|
|
|
table.delivery-confirmation-stats td {
|
|
text-align: right;
|
|
}
|
|
|
|
table.delivery-confirmation-stats tbody th {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
text-align: left;
|
|
}
|
|
|
|
table.delivery-confirmation-stats tr.subheading th {
|
|
font-weight: bold;
|
|
border-top: 0.5pt solid black;
|
|
}
|