/* MoveAndStudyCore - Print defaults. */

@media print {
    *,
    *::before,
    *::after {
        color: #000000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    .Component-No-Print,
    .mas-skip-link {
        display: none !important;
    }
}
