        @media print {
            .no-print {
                display: none;
            }

            .btn, .navbar {
                display: none; !important;
            }

            .table td, .table th {
                padding: 0; !important;
            }

            .table {

                border-bottom: 2px solid;

            }

            .table td:last-child, .table th:last-child {
                text-align: right;

            }

            .table tr:last-child td {
                padding-bottom: 1em;
            }

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

            #logo {
                display: block; !important;
                height: 10em;
                width: auto;
            }

            .bi {
                display: none;
            }

            p {
                margin: .25em;
            }

            .alert {
                margin: .25em; !important;
            }

            button {
                display: none;
            }

            .nav-item {
                display: none;
            }

            .page-break-before {
                page-break-before: always;
            }

            * {
                font-size: 10px; !important;
            }
        }