#reporteDestino{
		width:80mm !important;
	}

        .ticket2 {
            background: #fff;
            /*padding: 20px;*/
           /* border: 1px solid #ccc;*/
            /*border-radius: 8px;*/
           /* width: 320px;*/
           /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
			
			
			
			width: 100mm;
			
			padding:3mm;
			padding-left: 0px;
			padding-right: 0px;
			margin:0;
			border:none;
			box-shadow:none;
			box-sizing:border-box;
			
        }

        .ticket2 h1 {
            font-size: 18px;
            margin: 0 0 10px;
            text-align: center;
        }

        .info2 {
            margin-bottom: 20px;
        }

        .info2 p {
            margin: 5px 0;
            font-size: 14px;
        }

        .table-container2 {
            /*overflow-x: hidden;*/
			width: 100%;
        }

        


#tabRp_2{
    width:72mm !important;
    border-collapse:collapse;
    font-size:13px;
    table-layout:fixed;
}

#tabRp_2 th,
#tabRp_2 td{
    border:1px solid #ccc;
    padding:2px;
    text-align:center;
    box-sizing:border-box;
}









        #tabRp_2 th {
            background: #f0f0f0;
            font-weight: bold;
        }

        .total2 {
            text-align: left;
            font-weight: bold;
            margin-top: 10px;
        }
		

