@media screen and (max-width: 980px) {
    .pwrap{width:100%}
}
@media screen and (max-width: 850px) {
    .tx-rm-qrcode-mgr .campaign-list th .sort-asc,
    .tx-rm-qrcode-mgr .qrcode-list th .sort-asc,
    .tx-rm-qrcode-mgr .campaign-list th .sort-desc,
    .tx-rm-qrcode-mgr .qrcode-list th .sort-desc{
        position: initial;
    }
    .tx-rm-qrcode-mgr .campaign-list th,
    .tx-rm-qrcode-mgr .qrcode-list th{
        text-align: center;
    }

    .tx-rm-qrcode-mgr .campaign-list th.editor,
    .tx-rm-qrcode-mgr .qrcode-list th.editor{
        width: 60px;
    }

    .tx-rm-qrcode-mgr .campaign-list th.crdate,
    .tx-rm-qrcode-mgr .qrcode-list th.crdate{
        width: 110px;
    }

    .tx-rm-qrcode-mgr .campaign-list th.total-amount,
    .tx-rm-qrcode-mgr .qrcode-list th.total-amount{
        width: 45px;
    }

    .tx-rm-qrcode-mgr .campaign-list th.actions{
        width: 90px;
    }

    .tx-rm-qrcode-mgr .qrcode-list th.actions{
        width: 125px;
    }
} 
@media screen and (max-width: 780px) {
    .nodesktop {display: block}
    .nomobile {display: none}
} 