﻿
.nibsReport {
    font-size: var(--default-font-size);
    font-stretch: normal;
    font-style: normal;
}
#nibsReport .divRow {
    background-color: #f1f1f1;
    min-height: 90px;
    border-radius: 10px;
}
#nibsReport .yearCol {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: var(--default-font-size);
}
@media (max-width: 450px) {
    #nibsReport .divRow {
        background-color: #f1f1f1;
        min-height: 180px !important;
        border-radius: 10px;
        padding-top: 30px;
        padding-left: 30px;
        margin-bottom: 10px !important;
        padding-bottom: 10px;
    }
}