/*
 * Financial Reports – styl w kolorze #0057b8
 */
.fr-report {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border: 1px solid #d9d9d9;
    border-left: 4px solid #0057b8;
    background: #fafafa;
}
.fr-report h3 {
    margin: 0 0 .5rem;
    font-size: 1.125rem;
    color: #0057b8;
    font-weight: 700;
    line-height: 1.3;
}
.fr-report p {
    margin: .25rem 0;
    font-size: 1rem;
    line-height: 1.5;
}
.fr-report a {
    color: #0057b8;
    text-decoration: underline;
}
.fr-report a:hover {
    text-decoration: none;
}