@media print {
    html, body {
        font-size: 12pt;
    }

    aside {
        width: 6cm;
        border: dashed 1px black;
        float: right;
        margin-left: .5rem;
        margin-bottom: .5rem;
    }

    main iframe {
        display: none;
    }

    .records a {
        display: inline-block;
    }

    a {
        color: black;
        text-decoration: underline !important;
    }


}

