.tierInteractionsView {
    display: flex;
    flex-direction: column;
}

.tierInteractions {
    display: flex;
    flex: 1 1 50%;
    overflow: auto;
}

.tierInteractions > .treeGridContainer {
    flex: 1 1 auto;
    overflow: hidden;
}

.tierInteractionsRow > .leftAlign, .tierInteractionsHeader > .leftAlign {
    text-align: left;
}

.databaseCommandsTitle {
    background-color: magenta; /*[{Diagnostics-ControlContent-Background}]*/
    font-weight: bold;
    padding: 4px;
}

.detailsPanel {
    display: flex;
    flex: 1 1 50%;
}

.detailsPanel > .overlay {
    flex: 1 1 100%;
    overflow: hidden;
    z-index: 10000;
    background-color: orangered; /*[{plugin-background-color}]*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detailsPanel > .overlay > a {
    cursor: pointer;
}

.databaseCommands {
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
}

.databaseCommands > .treeGridContainer {
    flex: 1 1 auto;
}

.databaseCommandsRow > .leftAlign, .databaseCommandsHeader > .leftAlign {
    text-align: left;
}
