.indian-gst-invoice-preview-box {
    margin: 0;
    padding: 10px;
    font-family: 'DejaVu Sans', sans-serif;
    font-size: 12px;
}

.indian-gst-invoice-preview-box * {
    font-family: inherit;
    font-size: inherit;
}

.invoice-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.section {
    margin-top: 10px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.table th,
.table td {
    border: 1px solid #000;
    padding: 5px;
}

.table th {
    background-color: #333;
    color: #fff;
}

.table-fixed {
    table-layout: fixed;
}

.summary-table td {
    border: 1px solid #000;
    padding: 5px;
}

.summary-label {
    width: 70%;
    vertical-align: top;
}

.summary-values {
    width: 30%;
}

.footer {
    margin-top: 30px;
    font-style: italic;
    text-align: left;
    font-size: 11px;
}

.heading-bar {
    background: #333;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.address-cell {
    vertical-align: top;
    padding-left: 20px !important;
}

.not-available {
    color: red;
}
