    @page {
        size: auto;   /* auto is the initial value */
        margin-top: 10mm;  /* this affects the margin in the printer settings */
        margin-bottom: 5mm; /* this affects the margin in the printer settings */
        margin-left: 5mm;
        margin-right: 5mm;
    }
    html {
        background-color: #FFFFFF;
        margin: 0px;  /* this affects the margin on the html before sending to printer */
    }

    .homeButton {
        display: none;
    }

    p {
        margin: 2px;
    }
    table {
        border-collapse: collapse;
        width: 1033px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #999;
        table-layout: fixed;
    }
    td, th {
        padding: 3px;
        text-align: left;
        vertical-align: top;
    }
    tr, th {
        border: 1px solid #999999;
    }
    .light-blue-tr {
        background-color: rgba(178, 223, 249, 0.4);
    }
    .light-blue-td {
        border-right: 1px solid #999;
    }
    .right-border-td {
        border-right: 1px solid #999;
    }
    .green-cell {
        background-color: #badf92;
    }
    .td-no-wrap{
        white-space:nowrap;
    }

    .print-table-title {
       font-weight: 700;
    }

    .section-title {
        display: inline-block;
    }
    .address-table {
        padding: 0;
    }
    hr {
        width: 95%;
        height: 1px;
        margin: 2px;
        background-color: #999999;
        color: #999999;
        border: 0 none;
    }
    .width-percent {
        width: 12.5%;
    }
    .align-cell-left {
        text-align: left;
    }
    .align-cell-right {
        text-align: right;
        font-weight: 700;
    }
    .align-cell-center {
        text-align: center;
    }
    .align-middle {
        vertical-align: middle;
    }
    .centered {
        margin: 0 auto;
    }
    .rightaligned {
        margin-right: 0;
        margin-left: auto;
    }
    .leftaligned {
        margin-left: 0;
        margin-right: auto;
    }
    h1 {
        font-size: 1.2em;
        margin: 2px;
    }
    .text-large {
        font-size: 1.8em;
        text-align: center;
    }
    .text-align-top {
        vertical-align: top;
    }
    .table-noBorder td {
        border: none !important;
    }
    .tr-title {
        text-align: left;
        background-color:rgba(178, 223, 249, 0.4);
        font-weight: 700;
        padding-left: 10px;
        font-size:10pt;
    }
    /* Style the header sections and nested tables*/
    .nest-table-section{
        float: left; border: none;margin: 0;
    }
    .nest-table-tr-section{
        border:none; background-color: rgba(178, 223, 249, 0.4);
    }
    .nest-table-td-section{
        width:40px;text-align: center;background-color:#8DD2F3;
    }

    .header-gray{
        background-color: #DCDCDC;
    }

    .homeButton {
        display: block;
    }

    .sendto {
        font-size: 0.9em;
        text-align: center;
    }

    #barcodetd {
        display: block;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        overflow: none;
    }

    .printLogo {
        display: none;
    }

    .editButton {
        margin: 1em 1em 1em 3em;
    }

@media print {
    html, body {
        font-size: 0.85em;
        margin: 0 !important;
        padding: 0 !important;
        /* overflow: hidden; */
        line-height: 1.5em !important;
        height: 100vh;
        page-break-after: avoid;
        page-break-before: avoid;
    }

    .editButton {
        display: none;
    }

    #menustuff {
        display: none;
    }

    .printLogo {
        display: block;
    }

    .nest-table-td-section {
        background-color: #8DD2F3 !important;
    }

    .nest-table-tr-section {
        background-color: rgba(178, 223, 249, 0.4) !important;
    }

    td, th {
        padding: 2px 0 1px 4px !important;
        line-height: 1em !important;
        border-bottom: 1px solid #BBB !important;
    }

    tr {
        border: 0px !important;
    }

    .barcodetd {
        width: 400px;
        overflow: hidden !important;
    }

    .expresshd {
        color: #993333;
    }

    #form_name {
        line-height: 1em;
    }

    .section-div {
        margin-bottom: 0;
    }
}



.addlChildRow {
    display: none;
}
