        #lb_body {
            font-family: 'Roboto', sans-serif;
            width: 80mm;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
	    background: white;
        }
        .lb_ticket {
	    background: white;
            padding: 10px;
            border: 1px solid #000;
            width: 100%;
            box-sizing: border-box;
        }
        .lb_logo {
            text-align: center;
            margin-bottom: 10px;
	    width:75mm;
        }
        .lb_logo img{
	    width:75mm;
        }
        .lb_numbers {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 5px;
            text-align: center;
    	    border: 1px solid;
    	    padding: 3px;
        }
        .lb_numbers div {
            border: 1px solid #000;
            padding: 5px;
            font-size: 30px;
        }
        .lb_details-wrapper {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }
        .lb_details {
            width: 48%;
            font-size: 9px;
        }
        .lb_details .section {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
        }
        .lb_details .total {
            font-weight: 700;
        }
        .lb_address {
            text-align: left;
            margin-top: 10px;
            font-size: 14px;
        }
        .lb_barcode, .lb_qrcode {
            text-align: center;
            margin-top: 20px;
        }
        .lb_barcode img {
            max-width: 100%;
        }
        .lb_qrcode img {
            width: 50mm;
        }
        .lb_legal {
            font-size: 10px;
            text-align: center;
            margin-top: 10px;
        }
	.smallText{
	    font-size: 14px;
	}
        .lb_ticket-details {
            display: flex;
            flex-direction: column;
            border: 1px solid black;
            margin-bottom: 10px;
            font-size:12px;
        }
        .lb_ticket-details .lb_details-row {
            display: flex;
        }
        .lb_ticket-details .lb_details-row div {
            flex: 1;
            padding: 5px;
            text-align: center;
            border-right: 1px solid black;
            border-bottom: 1px solid black;
        }
        .lb_ticket-details .lb_details-header {
            background-color: #f0f0f0;
            font-weight: bold;
        }
