
.salesitemstable {
    width: 100%;
    margin-bottom: 30px
}
.salesitemstable thead th {
    text-align: center;
    padding: 3px 6px;
    border-bottom: 1px solid var(--color-borderdecent);
}
.salesitemstable tbody td {
    vertical-align: top;
    padding: 3px 6px;
    border-bottom: 1px solid var(--color-borderdecent);
    font-size: .95em;
}
.salesitemstable tfoot td {
    padding: 3px 6px;
    font-size: .95em;
}
.salesitemstable tfoot .sum td {
    font-weight: bold;
}
.salesitemstable .markdown p:last-child {
    margin-bottom: 0;
}
.salesitemstable .markdown em {
    font-weight: bold;
    font-style: normal;
}
.salesitemstable .markdown blockquote > p {
    padding: initial;
    margin: initial;
}
.salesitemstable .markdown blockquote {
    padding: initial;
    margin-left: 20px;
}
.divider:not(:first-child) {
    border-top: 1px solid black;
}
