#friendlyQueryHeader {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    padding: 10px;
    background-color: lightgrey;
}

#friendlyQuery {
    color: black;
    font-size: 0.5em;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.autoSizerContainer {
    flex: 1 1 auto;
    height: 100%;
}

.page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#multiLevelList_header {
    padding-bottom: 5px;
    padding-top: 1em;
}

ul ul {
    margin-left: 10px !important;
}

ul ul ul {
    margin-left: 20px !important;
}