.header {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.report-intro {
    background-color: rgb(0, 174, 239);
    color: #fff;
}
.report-page {
    margin-bottom: 70px;
}
.report-page h2 {
    padding-bottom: 20px;
}
.report-page .page-content {
    font-size: 0.9em;
    padding: 10px 20px;
    background-color: rgb(244, 244, 244);
}
.report-page iframe {
    width: 100%; 
    min-height: 410px; 
    padding: 0px; 
    border: 1px solid rgb(244, 244, 244); 
    overflow: hidden;
}
.about-report {
    background-color: rgb(54, 54, 54);
    color:  rgb(244, 244, 244); 
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer {
    background-color: rgb(37, 37, 37);
    color:  rgb(244, 244, 244); 
    padding-top: 20px;
    padding-bottom: 20px;
}

.report-ad-block {
    color: white; 
    padding: 1em; 
    background-color:  rgb(0, 174, 239);
}

.report-ad-block a, .report-ad-block a:link, .report-ad-block a:visited {
    color: white;
    text-decoration: underline;
}

.report-ad-block a:hover, .report-ad-block a:active {
    text-decoration: none;
    color: #c0f0ff;
}