﻿
@page {
    size: letter;
    margin: 40px 40px 0px 40px;
    overflow-y: hidden;

}

@media print {


    header, footer {
        display:none;
    }

    footer {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .sectionbaseprimary {
        margin: 0;
        padding: 0;
        color: #000000;
        background-color: none;
    }

    .receiptsection {
        color: #000000 !important;
    }
    .rowrepeater, .order-customer-section, h2 {
        color: #000000 !important;
background-color:none;
    }

    .order-item-col-name.td_cell, .order-item-col-price.td_cell, .order-item-col-qty.td_cell, .order-item-col-amt.td_cell {
        color: #000000 !important;
        background-color: none;
font-weight:bold;
    }

    .order-summary-row-promostotals, .order-summary-all, .order-section-row {
        color: #000000 !important;
    }

}
