@media print {
    .colored-paper {
        background-image: url("../img/construction-paper.png") !important;
        background-color: #198dae !important;
    }
    .colored-paper h5 {
        color: white !important;
    }
    .large-6 {
        width: 50%; 
    }
    .disclaimer-print {
        margin-top: 20px !important;
    }
    #advice-card {
        margin-top: 20px;
    }
    #visit-summary-header {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        font-weight: 700 !important;
    }

    #visit-summary-header span {
        font-weight: 700 !important;
    }
    #visit-summary-header + .column {
        margin-top: 0 !important;
    }

    .print-profile-wrap {
        margin-bottom: 20px !important;
    }

    .print-profile-table {
        width: 100% !important;
        border: 1px solid #9c9c9c !important;
        border-collapse: collapse !important;
        table-layout: fixed;
        background: #fff !important;
    }

    .print-profile-table thead th,
    .print-profile-table tbody td {
        border: 1px solid #9c9c9c !important;
        padding: 4px 6px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        vertical-align: top !important;
    }

    .print-profile-table thead th {
        font-weight: 700 !important;
        text-align: left !important;
    }

    .print-profile-table thead th:first-child,
    .print-profile-table tbody td:first-child {
        width: 78% !important;
    }

    .print-profile-table thead th:last-child,
    .print-profile-table tbody td:last-child {
        width: 22% !important;
    }
}

