.SuitabilityConfigEditor-weightingsTab.active {
    display: flex;
}

.SuitabilityConfigEditor-tabLabel {
    align-items: center;
    display: flex;
}

.SuitabilityConfigEditor .TabGroup-validationIcon {
    margin-left: 6px;
}

.SuitabilityConfigEditor .SuitabilityWeightingsTable {
    overflow-y: auto;
    padding: 0 18px;
    max-height: calc(100vh - 205px); /* 205px accounts for height occupied by tabs at the top of the screen */
    width: 66.6%;
}

.SuitabilityConfigEditor .SuitabilityPieChart {
    padding-left: 18px;
    width: 33.3%;
    position: relative;
}

.SuitabilityConfigEditor-thresholdsTab {
    margin-top: 30px;
    margin-left: 2px;
    width: 50%;
}
