@media print {
    body {
        margin: 0;
    }
    body, p, * {
        font-size: 14px !important;
    }
    h1 {
        font-size: 24px !important;
        margin-bottom: 0 !important;
    }
    nav.nav {
        display: none;
    }

    .sidebar.intro-content {
        display: none !important;
        width: 0;
    }

    .card.card-course-info p {
        display: none;
    }

    .btn-block {
        display: none;
    }


    .spacer:last-child {
        display: none;
    }

    .card.card-course-info {
        padding: 0;
    }
    .table-course tbody tr td:not(.course-appointment-monthly):last-child {
        display: none;
    }
    .table-course tbody tr td:first-child {
        padding: 0 !important;
    }
    .table-course tbody tr td:first-child div {
    }
    .table-course td {
        padding: 0 !important;
    }
    tr td div.day {
        width: auto !important;
        margin-left: 0 !important;
    }
    .main-content {
        padding: 0 20px;
    }
    .main-content::after {
        display: none !important;
    }

    .svg-icon_swipe.svg-arrow_forward {
        display: none;
    }

    .table-course td:not(:first-child):not(:last-child) {
        min-width: auto !important;
    }

    .pdf-download {
        display: none;
    }

    .table-course tbody tr td:nth-child(7) {
        display: none;
    }
    .table-course thead tr td:nth-child(6) {
        display: none;
    }

    h2 {
        margin-bottom: 20px !important;
    }

    #footer {
        display: none;
    }
}