/* intended for a print.css for the outings sites. */
@media print {
    ul.navbar-nav {
        display: none;
    }

    footer .row > .col {
        display: none;
    }

    footer .row > .col.d-flex {
        display: none !important;
    }

    footer .row > .col.disclaimer-text {
        display: block;
    }

    .participant-forms {
        th, td {
            &:nth-child(4), &:nth-child(5), &:nth-child(6), &:nth-child(7) {
                display: none;
            }
        }
        th:last-child { text-align: right; }
    }
}