@media print {
    @page {
        size: 80mm 200mm;
        width: 80mm;
        max-width:80mm;
        min-height: 200mm;
        margin: 0;
    }

    .resumen_venta {
        font-family: georgia, serif;
        font-size: 2px;
        color: blue;
        height: auto;
        border: 1px #000000;
       /* width: 80mm;*/
        min-height: 200mm;
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-inside : avoid;
    }
    table {
        page-break-inside : avoid
    }

    #tabla_resumen_productos thead tr{
        border-top: 1px #000 dashed;
        border-bottom: 1px #000 dashed;
    }
    #tabla_resumen_productos thead tr th{
        border-top: 1px #000 dashed;
        border-bottom: 1px #000 dashed;
        font-size: 12px!important;
        font-weight: bold!important;
        color: #333!important;
    }
    #tabla_resumen_productos tbody tr td{
        border-top: 0px #000 dashed;
        border-bottom: 0px #000 dashed;
        font-size: 10px!important;
    }

    #totales_{
        font-size: 10px!important;
    }


}