﻿.invoice-header {
    color: #eb9f21;
}

.invoice-label {
    color: #eb9f21;
    /*padding-top: 10px;*/
    font-size: 10pt;
}

.invoice-label-text {
    font-size: 10pt;
    font-weight: bold;
    /*    padding-bottom: 10px;*/
}

.invoice-text-header {
    font-weight: bold;
    font-size: 10pt;
}

.invoice-text {
    font-size: 10pt;
}

.invoice-padding-bottom {
    padding-bottom: 10px;
}

.two-column-container {
    display: flex;
    align-items: stretch; /* Make columns the same height */
}

.column {
    padding: 0px 0px 0px 20px;
    border: 0px solid #ccc; /* Add a border to each column */
    width: 50%;
}

.divider {
    width: 1px; /* Width of the divider line */
    background-color: orange; /* Color of the divider line */
}