#FinancialReportDiv img {
    display: initial !important;
}
.pcpagenavlist> a {
    color:#666666;
}
#ReportSpan1, #ReportSpan2{
    color:#666666;
}
#ReportLink1:hover > #ReportSpan1, 
#ReportLink2:hover > #ReportSpan2{
    color:#f1b517!important;
}
#ReportImg1,#ReportImg2{
    border: 3px solid lightgrey;
}
#ReportImg1:hover, #ReportImg2:hover {
    border: 3px solid #f1b517;
}
a:hover{
    text-decoration: none!important;
}
.float-right{
    float: right!important;
}
#FinancialReportDiv{
    margin-top:30px;
}

#SelectYear{
    color: #82b916!important;
}

@media screen and (max-width: 999.98px){
    #FinancialReportDiv > .row > .col-6:first-child{
        display:none;
    }
    #FinancialReportDiv > .row > .col-6:nth-child(2){
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }  
    .text-center{
        max-width: 260px;
        padding: 0 0 25px 0;
    }
    .row {
        display:flex;
        align-items: center;
        flex-direction: column;
    }

}

@media screen and (max-width: 540.98px) {
    .m_content{
        padding: 0!important;
    }

    #ReportImg1, 
    #ReportImg2{
        max-width: 210px;
    }
    .text-center{
        max-width: 210px;
    }
}