#FinancialReportDiv img {
    display: initial !important;
}
.pcpagenavlist> a {
    color:#666666;
}
#ReportSpan1, #ReportSpan2{
    color:#666666;
    font-weight: bold;
}
#ReportLink1:hover > #ReportSpan1, 
#ReportLink2:hover > #ReportSpan2{
    color:#f15922!important;
}
#ReportImg1,#ReportImg2{
    border: 5px solid #e6e5e5;
}
#ReportImg1:hover, #ReportImg2:hover {
    border: 5px solid #f15922;
}
a:hover{
    text-decoration: none!important;
}

.report-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
}

@media screen and (max-width: 999.98px){
    #FinancialReportDiv > .row > .col-6:first-child{
        display:none;
    }
    #FinancialReportDiv > .row > .col-6:nth-child(2){
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        justify-content: flex-end;
    }  
    .text-center{
        padding: 0 15px 25px 15px
    }

    .report-container{
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 575px) {
    .report-container{
        flex-direction: column-reverse;
        align-items: center;
    }

    .text-center{
        padding: 0 15px 50px 15px
    }

    #FinancialReportDiv img{
        max-width: 200px;
    }
}