/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
.container { width: 100%; max-width: 800px; }

.allqrcodes { display: block; position: relative; }

.allqrcodes h4 { float: left; clear: both; margin: 2rem 0 1rem 0; }

.allqrcodes .card { float: left; position: relative; -ms-flex-item-align: stretch; align-self: stretch; width: 320px; margin: 0; border: 1px solid #282828; color: red; text-align: center; page-break-inside: avoid; break-inside: avoid-page; }

.allqrcodes .card * { page-break-inside: avoid; break-inside: avoid-page; }

.allqrcodes .card .link { font-size: 10pt; }

.allqrcodes .qr-holder img { margin: 0 auto; }
/*# sourceMappingURL=print.css.map */