.report-header-table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:18px;
}

.report-header-table td{
    border:none;
    vertical-align:middle;
}

.report-document-title {
    margin: 8px 0 4px;
    font-size: 20px;
    line-height: 1.15;
}

.logo-cell{
    width:90px;
    text-align:center;
}

.logo-cell img{
    width:75px;
    height:75px;
    object-fit:contain;
}

.logo-cell:first-child img {
    transform: translateX(8px);
}

.logo-cell:last-child img {
    transform: translateX(-8px);
}

.title-cell{
    text-align:center;
    font-family:"Times New Roman",serif;
}

@media print {
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
        background: white !important;
    }

    .sidebar,
    .top-row {
        display: none !important;
    }

    body * {
        visibility: hidden !important;
    }

    .health-report-container,
    .health-report-container * {
        visibility: visible !important;
    }

    .sidebar,
    .top-row {
        display: none !important;
    }

    .page,
    main,
    article.content {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .health-report-container {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .no-print {
        display: none !important;
    }
}

@page {
    size: Letter;
    margin: 5mm;
}
