﻿.report-header {
    width: 100%;
    margin-bottom: 15px;
}

.report-header-table {
    width: 100%;
    border-collapse: collapse;
}

.logo-column {
    width: 90px;
    vertical-align: top;
}

.company-column {
    text-align: center;
}

.company-logo {
    width: 75px;
    height: 75px;
}

.company-name {
    font-size: 24px;
    font-weight: bold;
}

.company-address {
    margin-top: 3px;
}

.company-contact {
    margin-top: 3px;
}

.report-title {
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.report-subtitle {
    text-align: center;
    margin-bottom: 12px;
}

.report-information {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

    .report-information td {
        padding: 4px 8px;
    }
