/* This file is reserved for overriding and extending the template styles. */
#printTable {
    max-width: 800px;
	max-height: 944.69px;
}

.invoice-header {
    margin-left: 24px;
    margin-right: 24px;
}

.invoice-items-header {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 1.05rem 0.75rem;
    color: #888;
    font-size: 14px;
    font-weight: bold;

    display: grid;
    grid-template-columns: 1fr 70px;
}

.invoice-item {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 1.05rem 0.75rem;
    color: #888;
    font-size: 14px;

    display: grid;
    grid-template-columns: 1fr 70px;
}

.invoice-item-left-information {
    padding-right: 10px;
}