#FinancialReportDiv img {
    display: initial !important;
}

.pcpagenavlist>a {
    color: #574d4d;
}

#ReportSpan1,
#ReportSpan2 {
    color: #574d4d;
}

#ReportLink1:hover>#ReportSpan1,
#ReportLink2:hover>#ReportSpan2 {
    color: #00dcc6 !important;
}

#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;
    }
}