nav, header, footer,
#search-row, .h-nav, #help-wrapper, #profile-card {
    display: none;
}
table {
    margin-top: 10px;
    border: 0 none;
    border-spacing: 0;
    margin-bottom: 0;
}
table th {
    border-bottom: 1px solid #333;
}
table td {
    height: 40px !important;
}
table:not(.print-no-border) td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
}
table:not(.print-no-border) td:first-of-type {
    border-left: 1px solid #ccc;
}
table:not(.print-no-border) td:last-of-type {
    border-right: 1px solid #ccc;
}
.label {
    font-size: 16px;
    padding: 0;
}
table.print-tables-full, .print-tables-full table {
    width: 100%;
}

.print-hide {
    display: none;
}

/* POS */
.print-title {
    display: inherit !important;
}
.print-title h1 {
    margin-top: 20px;
    font-size: 1.8rem !important;
}
p.invoice-signature {
    display: block;
    margin-bottom: 40px;
}
.invoice-buttons {
    display: none;
}
.invoice-fieldset {
    width: 50%;
}
.invoice-fieldset strong {
    display: block;
}
#pos-invoice-data .small-6 {
    width: 50%;
}
.invoice-products-table {
    width: 100%;
    margin-bottom: 40px;
}
.table-invoice-sum > td {
    border: none !important;
    text-align: right;
    padding: 0;
}
.table-invoice-sum > td:first-of-type {
    column-span: 4;
}
.table-invoice-sum > td:last-of-type {
    column-span: 1;
}
.table-invoice-sum table {
    width: 100%;
}
.table-invoice-sum table td {
    text-align: right;
    border-left: none;
    border-right: none;
}
.table-invoice-sum table tr:last-of-type td {
    border-bottom: none;
}

.invoice-footers p:not(.invoice-signature) {
    color: #777 !important;
}