a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

/* h4 {
    padding-top: 1.5rem !important;
    padding-bottom: .5rem !important;
} */

/* li {
    list-style: none;

}

ul li {
    background-image: url(arrow.svg);
    background-position: 0% 20%;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 0px 0px 0px 20px;
    margin-left: 0px!important;
} */


@media print {

    html::before {
        color: #AAAAAA;
        content: "Bron: StaatVanAandacht.nl";
    }

    .container {
        padding: unset !important;
        max-width: unset !important;
    }

    .mw-75 {
        width: 60% !important;
    }

    section.share-options {
        display: none;
    }
}