/*@font-face {*/
/*    font-family: 'fake_receiptregular';*/
/*    src: url('../fonts/fake_receipt-webfont.woff2') format('woff2'),*/
/*    url('../fonts/fake_receipt-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'BM receipt A11';*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    src: local('BM receipt A11'), url('../fonts/BMREA___.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*    font-family: 'source_sans_prosemibold';*/
/*    src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),*/
/*    url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/

/*@font-face {*/
/*    font-family: 'source_sans_proregular';*/
/*    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),*/
/*    url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/

/*@font-face {*/
/*    font-family: 'ditedregular';*/
/*    src: url('../fonts/dited-webfont.woff2') format('woff2'),*/
/*    url('../fonts/dited-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'dot_matrixregular';*/
/*    src: url('../fonts/dotmatri-webfont.woff2') format('woff2'),*/
/*    url('../fonts/dotmatri-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/

@media print {
    * {
        -webkit-text-size-adjust: none;
    }

    @page {
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        /*margin-right: -15px;*/
    }
    h4 {
        font-size: 10pt;
    }

    h1, h2, h3, h4, strong, b {
        /*font-family: 'BM receipt A11', sans-serif;*/
        font-weight: 500;
    }

    body {
        /*margin: 0;*/
        /*color: #000;*/
        /*background-color: #fff;*/
        text-align: center;
        /*font-size: 9pt;*/
        font-family: 'Roboto', sans-serif;
        /*letter-spacing: 1px;*/
        padding: 3px;
        margin: 0.5px;
        background-position: center;
        color: #000000;
        background: #ffffff;
        /*font-family: 'source_sans_proregular';*/
        font-size: 8pt;
        letter-spacing: 1px;
    }

    table {
        margin: auto;
    }

    #footer-print br {
        display: none;
    }

    header, footer, aside, nav, button, form, iframe, .menu, .hero, .adslot {
        display: none;
    }
    .table-print {
        width: 100%;
        max-width: 320px;
        margin-bottom: 10px !important;
    }
    .table-print tr td:first-child {
        text-align: left;
    }

    .table-print tr td:last-child {
        text-align: right;
    }
    .table-print td, .table-print th {
        vertical-align:top;
    }
}
