
.ViewableLandscapeReport {
    width: 754px;
    position: relative;
    left: 50%;
    margin-left: -377px;
    }

.ViewablePortraitReport,
.PrintableLandscapeReport,
.PrintablePortraitReport {
    text-align: center;
    }

.ViewableLandscapeReport img,
.ViewablePortraitReport img,
.PrintableLandscapeReport img,
.PrintablePortraitReport img {
    margin-bottom: 15px;
    }


.ReportTitle {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
    page-break-before: always;
    }
#FirstReportTitle {
    page-break-before: auto;
    }

#PrintPageHeader {
    text-align: center;
    font: 14pt Times New Roman, serif;
    margin: 1em 0;
    }

#PrintPageButtons {
    text-align: center;
    font: 10pt Times New Roman, serif;
    margin: 1em 0;
    }

@media print {

    #PrintPageButtons {
        display: none;
        }

    }


