﻿@media print {

    html {
        width: 100%;
    }

    body {
        background-color: #FFF;
        color: #000;
        font-size: 12px;
    }

    .DenseFont10pt {
        font-family: 'Times New Roman', Verdana, Sans-Serif;
        font-size: 10px;
    }

    .Footer, .Toolbar, .SiteNav, .CACPicker, .ExportButtons, .LoginStatus {
        display: none;
    }

    .Branding {
        height: 0;
    }

    .BrandingLogo {
        display: block;
        float: left;
        margin-top: -30px;
    }

    .Content {
        overflow: visible;
    }

    thead {
        display: table-header-group;
    }

    table {
        page-break-inside: auto;
    }

    .HideOnPrint {
        display: none;
    }


    table.FilingFee {
        width: 99%;
        border: 1px solid #cccccc;
        border-spacing: 2px;
        border-collapse: collapse;
    }

    table.FilingFee thead th {
        border: 1px solid #cccccc;
    }

    table.FilingFee tbody td {
        border: 1px solid #cccccc;
    }

    table.FilingFee tfoot td {
        border: 1px solid #cccccc;
    }
}
