@media print {
    /* patient portal print layout */
    button, .ohc-banner, .nav, .ohc-hidden-print, .login-footer, .ohc-screen-only{
        display: none !important;
    }

    .ohc-pattern, .ohc-inner, .ohc-baseboard {
        background: none !important;
        border: none !important;
        padding: 0 !important;
    }

    h2, h3{
        margin:5px 0 10px !important;
    }

    .ohc-inner {
        margin: 0 !important;
        padding: 0 !important;
    }

    .ohc-pattern {
        border: none;
        background:#fff;
    }
    p{
        font-size:11px;
    }
    .print-dials{
        zoom:0.6;
    }
    .print-dials .dial{
        max-width:16%;
    }
}