app-catalog-table .filters {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: end;
}

app-catalog-table .filters .control-group {
    margin-bottom: 0px;
}

app-catalog-table tbody .standard-table-cell {
    max-height: 30px;
    overflow: hidden;
}

app-catalog-table .headings-container > form {
    margin-bottom: 1rem;
}