/* div.pin-fbody {
    border: 4px solid #CCC;
} */

img#cert {
    border: 4px solid #CCC;
}

.deprecated {
    margin-bottom: 1em;
    padding: 1em;
    border: 3px solid rgb(255, 187, 0);
    background-color: rgba(255, 187, 0, 0.3);
    text-align: center;
    font-weight: 700;
}

.cert-container {
    float: right;
    text-align: center;

    div.img-container {
        position: relative;
        width: 25ch;
        height: 7em;
        overflow-y: hidden;

        img {
            position: relative;
            width: 100%;
            height: auto;
            box-sizing: border-box;
            mask-image: linear-gradient(to bottom, var(--color-bg) 5em, transparent 7em);
            -webkit-mask-image: linear-gradient(to bottom, var(--color-bg) 5em, transparent 7em);
        }
    }
}

div.pin-fbody {
    min-height: 29.7cm;
}


@media print {
    body { padding: 0; color: #000; }
    div.main-container * { display: none; }

    div.dashboard-wrapper { display: block; }
    div.content { display: block; }
}
