/* QR Code */
.qrwrap{   
   
    text-align: center;
}

.qrwrap img{
    width: 25mm;
    height: auto;
    display: block;
    margin: 0 auto;
}

.qrlabel{
    margin-top: 1mm;
    font-size: 5pt;
    color: #333;
    
}