
.inv-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 0;
    line-height: 1.5;
}
.inv-key {
    width: 8.5rem;
    display: flex;
    flex: 0 0 auto;
    font-weight: 500;
    justify-content: space-between;
}
.inv-key::after {
    content: ':';
    display: inline-flex;
    margin: 0 0.4rem;
}
.inv-val {
    flex: 0 1 auto;
}
@media print {
    .table th,
    .table td {
        line-height: 1.3!important;
        padding: 0.1rem 0.2rem !important;
        font-size: 12px !important;
    }
    body {
        line-height: 1.4!important;
        color: #000 !important;
        font-size: 12px !important;
    }
}