.berk-tabs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 2% 0 4% 0;
        border-bottom: 1px solid #c2c2c2;
}

.berk-tabs__tab {
    padding: 1% 4%;
    /*border-radius: 7px;*/
    background: #efefef;
    cursor: pointer;
    font: inherit;
    transition: .2s;
}

.berk-tabs__tab:hover {
    background: #e8e8e8;
}

.berk-tabs__tab.is-active {
    background: #172e81;
    color: #fff;
}

.berk-tabs__tab:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}

.berk-tabs__panel[hidden] {
    display: none;
}

.bold{
  font-weight: bold;
}



.berkTableBase tr th, .berkTableBase tr td{
  text-align: center;
}

.tableBg{
  background-color: #efefef;
}

.berkTableBase tr th.tableFirstCol, .berkTableBase tr td.tableFirstCol{
  text-align: left!important;
}

.disagRateTitle{
    text-align: center;
    font-size: 2.4rem;
}