@media print {
    body {
        font-size: 10px;
        background-color: white;
        color: black;
        line-height: 1.05;
    }

    .no-print {
        display: none;
    }

    main article {
        margin: 0;
        grid-column: 1/13 !important;
        padding-top: 0 !important;
    }

    button {
        display: none;
    }

    nav {
        display: none;
    }

    article h1 span {
        text-align: center;

    }

    .tooltip {}

    .tooltip {
        position: relative;
        display: inline-block;




    }

    .tooltip>*:not(span.tooltiptext) {
        font-feature-settings: "c2sc" 1;
        display: none;
        color: white;

        background-color: none;
    }

    /* Tooltip text */
    .tooltiptext {
        outline: 1px solid red;
        background-color: none !important;
        position: relative;
        width: auto;
        display: none;
        visibility: visible !important;
        /* Use half of the width (120/2 = 60), to center the tooltip */
        /* Position the tooltip text - see examples below! */


    }


}