body{
    margin: 0;
    padding: 0;
}

#terminal{
    display: none;
}

#qrs{
    display: block;
}

#qrs div{
    width:3.8cm;
    height:2.7cm;
    overflow: hidden;
    margin:0;
    padding: 0.1cm;
    /*border: 1px solid grey;*/
}

#qrs img{
    display: block;
    width:2cm;
    height:2cm;
    margin: 0;
    padding: 0;
}

#qrs strong,
#qrs big,
#qrs time,
#qrs address{
    display: block;
    margin-top: 0.1cm;
    width: 2cm;
    font-family: 'Montserrat', sans-serif;
    font-size: 22pt;
    line-height: 0.6cm;
    height: 0.6cm;
    text-align: center;
    overflow: hidden;
}

#qrs span{
    float: right;
    font-size: 9pt;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0.35cm;
    margin-right: 0.2cm;
}

#qrs address,
#qrs time{
    width:3.8cm;
    height:auto;
    line-height: normal;
    font-style: normal;
    overflow:hidden;
    text-align: left;
    font-size: 14pt;
    /*text-overflow: ellipsis;*/
    word-break:break-all;
}

#qrs address:before,
#qrs time:before{
    font-size: 8pt;
    display: block;
    content: 'Пункт назначения:';
}

#qrs time{
    margin-top: 0.2cm;
    font-size: 12pt;
}

#qrs time:before{

    content: 'Дата упаковки:';
}

#qrs big{
    font-weight: bold;
    display: block;
    width: auto;
    margin: auto;
    overflow: hidden;
    padding: 0;
    height:2.7cm;
    line-height:2.7cm;
    font-size: 30pt;
    text-align: center;

    text-indent: -5mm;
}