.invoice-preview-content .p-l-r-20 {
    padding: 0 30px 0 30px;
}

.invoice-preview-content {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
}

.invoice-preview-content .a4-container {
    height: 71%;
}

.invoice-preview-content .a4-container .a4-content {
    height: 100%;
}


.invoice-preview-content .table-lines {
    width: 100%;
    border-collapse: collapse;
}

.invoice-preview-content .table-lines th {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
    text-align: center; 
    padding: 5px;
    font-weight: bold;
}

.invoice-preview-content .table-lines th:last-child {
    border-right: 1px solid;
}

.invoice-preview-content .table-lines td.table-cell {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: none;
    padding: 5px;
}

.banc-info-card {
    padding: 5px;
    border: 1px solid;
}
.banc-info-card table td {
    padding: 2px 5px;
}

.invoice-footer-card {
    border: 1px solid;
    width: 60%;
}
.invoice-footer-card table td {
    padding: 5px;
}
.invoice-footer-card .invoice-footer-total {
    background-color: #f2f2f2;
}
.invoice-footer-card .border-bottom {
    border-bottom: 1px solid;
}
