#newwindow {
    font-size: 20px;
    font-family: "Noto Sans", sans-serif;
    background-color: var(--blauw2);
    max-width: 1060px;
    padding: 1rem 5rem;
    box-sizing: border-box;
    color: #f9f9f9;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1rem;
    z-index: 110;
}

#preview {
    * {
        font-family: "Noto Sans", sans-serif;
        line-height: 1.4em;
        box-sizing: border-box;
        position: relative;
    }

    b,
    strong {
        font-weight: 700;
        font-size: inherit;
    }

    .article {
        padding-right: 1.5rem;
        max-width: 43rem;
        font-weight: 300;
    }

    .article p:first-of-type {
        font-weight: 600;
    }

    .article p,
    .article td {
        font-weight: 300;
        line-height: 1.5em;
        font-size: .8rem;
    }

    .article p {
        margin-bottom: 1.1em;
    }

    .article a {
        color: #fff !important;
        text-underline-offset: .15rem;
        text-decoration: underline;
    }

    .article.meta {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        font-size: .7rem;
        gap: 1rem;
        font-weight: 300;
        width: 100%;
        border-bottom: .05rem solid var(--offwhite);
        padding-bottom: 1rem;
    }

    .icon {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor;
        color: currentColor;
    }

    .icon-newsbox,
    .icon-alert,
    .icon-whitepaper {
        padding: .15rem;
    }

    .item_cat .icon {
        padding: 0 .15rem .15rem;
    }

    .item_cat .icon-newsbox,
    .item_cat .icon-alert {
        padding: 0 .25rem .25rem;
    }

    .article .item_cat {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: .1rem;
    }

    .meta span.border {
        border-right: .1rem solid var(--dvroze);
        height: 1rem;
    }

    .copyright {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
        gap: .9em;
        font-size: .7rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .copyright span.logo {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: .34rem;
    }

    .copyright .icon.bullmi {
        height: 1.25rem;
        width: 1.25rem;
        margin-top: -.15rem;
    }

    .copyright .icon.dcami {
        height: .75rem;
        width: calc(.75*12.060546875rem);
        margin-top: .15rem;
    }

    h1.article {
        text-shadow: unset;
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 0;
        font-weight: 600;
    }

    .article p img {
        max-width: 100% !important;
        background-color: #fff;
    }

    .article table.table,
    .article table.lijst {
        width: 100%;
        border-bottom: 1px solid #ffffff66;
        max-width: 100%;
        margin-bottom: 1.1em
    }

    .article table.table tr,
    .article table.lijst tr {
        border: 1px solid #ffffff66;
        border-bottom: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .article td {
        width: 100%;
        text-align: center;
        padding: .3rem 0;
        font-size: .7rem;
    }

    .article table.table tr td:first-of-type,
    .article table.lijst tr td:first-of-type {
        padding-left: 0.3rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        /* max-width: 4rem; */
    }

    .article table.table tr td:first-of-type,
    .article table.lijst tr td:first-of-type {
        padding-left: 0.3rem;
        text-align: left;
    }

    .article table.table tr:first-of-type td:not(:first-of-type),
    .article table.lijst tr:first-of-type td:not(:first-of-type) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }


    .article table.table tr td:last-of-type,
    .article table.lijst tr td:last-of-type {
        padding-right: 0.3rem;
    }

    .dataviewwrap:not(.dv_tabel) {
        border: 1px solid var(--notwhite);
        box-sizing: border-box;
        padding: 0 0 .2rem;
        background: var(--notwhite);
        margin-bottom: 1.5em;
        max-width: 40rem;
        margin-top: 1.7em;
    }

    .dataviewwrap.dcamish {
        padding-top: .9rem;
    }

    .dataview {
        font-family: "Fira Sans Condensed";
        font-weight: 300;
        display: block;
        position: relative;
        margin: 0 2%;
    }

    .dataview div.chartdiv {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    g[style='cursor: pointer;'] {
        display: none;
    }

    g[role=switch] {
        display: block;
    }

    g[role=scrollbar] g g[fill-opacity='0.8'] {
        fill: #f3f4f6;
    }

    g[role=scrollbar] g[fill-opacity='0.5'] path {
        fill: #595e6d;
    }

    /* g[role=region]>g>g>g[style='user-select: none;'] text:nth-child(1)>tspan {
        font-family: var(--fontfam);
        font-weight: 500;
    } */

    g[aria-labelledby*="id-"][aria-labelledby*="-title"][filter*="url("] {
        display: none;
    }
}