#FinancialReportDiv img {
    display: initial !important;
}
.pcpagenavlist> a {
    color:#666666;
}
#ReportSpan1, #ReportSpan2{
    color:#666666;
}
#ReportLink1:hover > #ReportSpan1, 
#ReportLink2:hover > #ReportSpan2{
    color:#00438f!important;
}
#ReportImg1,#ReportImg2{
    border: 5px solid #666666;
}
#ReportImg1:hover, #ReportImg2:hover {
    border: 5px solid #002f6e;
}
a:hover{
    text-decoration: none!important;
}
.float-right{
    float: right!important;
}
#FinancialReportDiv{
    margin-top:30px;
}
@media screen and (max-width: 999.98px){
    .text-center{
        max-width: 210px;
        padding: 0 15px 25px 15px
    }
}