#FinancialReportDiv img {
    display: initial !important;
}

.pcpagenavlist>a {
    color: #574d4d;
}

#ReportSpan1,
#ReportSpan2 {
    color: #574d4d;
}

#ReportLink1:hover>#ReportSpan1,
#ReportLink2:hover>#ReportSpan2 {
    color: #00dcc6 !important;
}


#ReportLink1:hover>#ReportSpan1,
#ReportLink2:hover>#ReportSpan2,
#ReportLink1:hover>#ReportFooterNote1,
#ReportLink2:hover>#ReportFooterNote2  {
    color: #00dcc6 !important;
}


#YearRowDiv {
    column-gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
}

#YearRowDiv p {
    margin-bottom: 0!important;
}

#ReportFooterNote1,
#ReportFooterNote2 {
    font-size: 13px;
    color: #574d4d;
}

#ReportImg1,
#ReportImg2 {
    border: 5px solid transparent;
    transition: all .3s ease-in-out;
}

#ReportImg1:hover,
#ReportImg2:hover {
    border: 5px solid #00dcc6;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none !important;
}

.float-right {
    float: right !important;
}

#FinancialReportDiv {
    margin-top: 30px;
}

#SelectYear {
    width: 100% !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%;
    }

    .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .report-box{
        justify-content: center;
        align-items: center;
    }
    
    .report-box > div{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 540.98px) {
    .m_content {
        padding: 0 !important;
    }
}