﻿/* Only visible for print */
.onlyprint {
    display: none;
}

/* Print styles */
@media print {
    body {
        margin: 0 50px;
    }

    a:not(.header-wrapper) {
        color: #008;
    }

    button {
        display: none !important;
    }

    .printer_icon {
        display: none !important;
    }

    div {
        display: block !important;
    }

    .noprint {
        display: none !important;
    }

    .onlyprint {
        display: block !important;
    }

    .footer {
        width: 100% !important;
    }

        .footer * {
            width: 100% !important;
            margin: .5cm;
        }

    .col-xl-5, col-lg-7, col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .article div.h3-title {
        background: #fff;
    }

        .article div.h3-title ~ div {
            background: #fff;
        }

    .article .collapse .content {
        background: #fff;
    }

    .program-content-toggle-icon {
        display: none !important;
    }

    .header-wrapper {
        text-decoration: none !important;
        color: black;
    }
}
