#FinancialReportDiv img {
    display: initial !important;
}
.pcpagenavlist > a {
    color: #606060;
}

#ReportSpan1, #ReportSpan2 {
    color: #606060;
}
#ReportLink1:hover > #ReportSpan1,
#ReportLink2:hover > #ReportSpan2 {
    color: #0168b9!important;
}
#ReportImg1,#ReportImg2{
    border: 1px solid #606060;
}
    #ReportImg1:hover, #ReportImg2:hover {
        border: 1px solid #0168b9;
    }
a:hover{
    text-decoration: none!important;
}
.float-right{
    float: right!important;
}
#FinancialReportDiv{
    margin-top:30px;
}

#ReportLink1:hover > #ReportSpan1,
#ReportLink2:hover > #ReportSpan2 {
    color: #0168b9!important;
}

#ReportLink1:hover > #ReportImg1,
#ReportLink2:hover > #ReportImg2 {
    border: 1px solid #0168b9;
}

@media screen and (max-width: 999.98px){
    .text-center{
        padding: 0 15px 25px 15px
    }
    .row {
        display:flex;
        flex-direction: column-reverse;
    }

}

@media screen and (max-width: 575px) {
    #mYearBoxDiv{
        flex: 1 0 100%;
        max-width: 100%;
        justify-content: flex-end!important;
    }
}