nav {
    display: none;
}

.print-only {
    display: contents;
    font-size: smaller;
}

.print-only a {
    color: black;
}

.print-only a[href]::after {
    content: ': ' attr(href);
}

.print-only ul {
    list-style: none;
}

.print-only .print-only-list ul li {
    display: inline-table;
}

#tiles, #filters {
    display: none;
}

main {
    font-size: x-small;
}
