.ExampleSummaryTable {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.ExampleSummaryTable-headerCell {
    border-top: none;
    cursor: pointer;
    user-select: none;
}

.ExampleSummaryTable-tableHead {
    flex-grow: 0;
    width: 100%;
}

.ExampleSummaryTable-validationIndicator {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 2px;
}
