/*
    ActivityDebugParametersTree
*/

.activity.debug-parameters-tree > .title {
    margin-top: 3rem;
}

.activity.debug-parameters-tree > .tree {
    box-sizing: border-box;
    padding: 1rem;
    width: 100%;
    height: calc(100% - 2 * 4rem - 4rem);
    max-width: 60rem;
    max-height: 40rem;
    box-shadow: 0 0 4rem rgba(0,0,0,0.1);
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    border-radius: 0.25rem;
    overflow-y: scroll;
}
