#ReportSpan1,
#ReportSpan2 {
    color: var(--hovering-color);
}

.float-right {
    float: right !important;
}

#ReportLink1:hover>#ReportSpan1,
#ReportLink2:hover>#ReportSpan2 {
    color: var(--link-color) !important;
}

#FinancialReportDiv img {
    border: 1px solid var(--hovering-color);
    object-fit: initial !important;
}

#FinancialReportDiv a:hover img {
    border: 1px solid var(--link-color);
}

@media screen and (max-width: 999.98px) {
    .text-center {
        padding: 0 15px 25px 15px;
    }

    .row {
        display: flex;
    }
}

@media screen and (max-width: 575px) {
    #SelectYear_FR {
        flex: 1 0 100%;
        max-width: 100%;
        justify-content: flex-end !important;
    }
}

#ReportDiv {
    margin-top: 3rem;
}

.an-report-item img {
    border: 3px solid lightgrey;
    max-width: 250px;
    margin-bottom: 20px;
}

.an-report-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ra-text {
    font-size: 13px;
    text-align: center;
    padding: 0 59px;

}