td {
    font-size:9.0pt;
    font-family:Calibri,sans-serif;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

td.popup a img {
    display: none;
    position: fixed;
    left: 100px;
    top: 30px;
}

td.popup a {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #663300;
    font-size:13pt;
}

td.popup a img {
    display: none;
    max-width: 60vw;
    max-height: 80vh;
}

td.popup a:hover img {
    display: inherit;
}

td.popup {
    margin-left: 100px;
}

a, u {
    text-decoration: none;
    color: black;
}

a.link {
    text-decoration: none;
    font-weight: bold;
    color: #663300;
    font-size:13pt;
}

@media print {
    #print {
        display: none;
    }
}
