
.reports {
    text-align: left;
}

    .reports .report-detail .report-text {
        width: 30%;
        display: inline-block;
        float: left;
    }

    .reports .report-graph img + p {
        font-size: 14px;
        color: #8296AA;
        margin-top: 0;
        padding-bottom: 1rem;
    }

@media screen and (max-width: 768px) {
    .reports .report-detail .report-text {
        max-width: auto;
        width: 100%;
        display: inline-block;
        float: left;
        margin-right: 0;
    }

    .reports .report-graph {
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        float: none !important;
    }

        .reports .report-graph img {
            width: 100% !important;
            margin: 0 auto;
            display: block;
            padding-top: 2rem;
            padding-left: 0 !important;
        }

            .reports .report-graph img + p {
                width: 100% !important;
                margin: 0 auto;
                display: block;
            }
}

.reports .section-header {
    padding: 7px;
    color: #fff;
    font-weight: 900;
    background-color: #007db8;
    display: inline-block;
}

.reports .report-graph {
    width: 70%;
    display: inline-block;
    float: left;
}

.main-block hr {
    display: block;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
}

.reports .report-graph img {
    width: 90%;
    padding-left: 10%;
}

    .reports .report-graph img + p {
        width: 90%;
        padding-left: 10%;
    }

p.list a {
    font-weight: bold;
    text-decoration: none;
}

    p.list a:hover {
        text-decoration: underline;
    }

.report-share, .top-link {
    display: inline-block;
    width: 48%;
    float: left;
    padding: 10px 0;
}

.top-link {
    text-align: right;
}

.report-share img {
    width: 66px;
}
