@media print {
    @page {
        margin: 0;
    }

    *, ::before, ::after {
        box-sizing: inherit;
    }

    html {
        margin: 0.5cm;
        line-height: 1.5;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.87);
    }

    nav {
        display: none;
    }

    h4 {
        font-size: 2.28rem;
        font-weight: 400;
        line-height: 110%;
        margin: 1.52rem 0 0.912rem 0;
    }

    li {
        list-style-type: none;
    }

    ul:not(.browser-default) {
        padding-left: 0;
    }

    img.responsive-img {
        height: auto;
    }

    .collection {
        margin: 0.5rem 0 1rem 0;
        /*
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        */
        position: relative;
    }
    .collection.with-header .collection-header:first-child {
        page-break-before: auto;
    }
    .collection.with-header .collection-header {
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
        page-break-before: always;
    }

    .row {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        page-break-before: auto;
    }
    .row::after {
        content: "";
        display: table;
        clear: both;
    }
    .row .col {
        float: left;
        box-sizing: border-box;
        padding: 0 0.75rem;
        min-height: 1px;
        page-break-before: auto;
    }
    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
        page-break-before: auto;
    }
    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
        page-break-before: auto;
    }
    .row .col.s6 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
        page-break-before: auto;
    }

    .card {
        position: relative;
        margin: 0.25rem 0 0.5rem 0;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
        border-radius: 2px;
    }
    .card .card-image {
        position: relative;
    }
    .card .card-image.locr-icon {
        padding: 5px;
        height: 42px;
    }
    .card .card-image img {
        display: block;
        border-radius: 2px 2px 0 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .card .card-content {
        padding: 3px;
        border-radius: 0 0 2px 2px;
    }
    .card .card-content p {
        margin: 0;
    }
    img.responsive-img.locr-icon {
        max-width: 32px;
        max-height: 32px;
    }

    .center {
        text-align: center;
    }

    #modal-alert, #modal-confirm {
        display: none;
    }

    .print-header {
        display: block;
        text-align: center;
    }
    .print-footer {
        display: block;
        text-align: right;
        bottom: 20px;
        right: 20px;
    }
}