<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}

.table &gt; tbody &gt; tr &gt; .no-line {
    border-top: none;
}

.table &gt; thead &gt; tr &gt; .no-line {
    border-bottom: none;
}

.table &gt; tbody &gt; tr &gt; .thick-line {
    border-top: 2px solid;
}</pre></body></html>