.contextInfoItem {
    width:100%;
    text-align:left;
    /* background-color:#333333; */
    color:#FFFFFF;
    font-size: 1.5rem;
    z-index: 3;
}

.knob {
    position: fixed;
    height: 15px;
    z-index: 5;
    align-self: flex-end;
    width: 100%;
    flex-shrink: 0;
    justify-self: flex-end;
    background-color: lightsteelblue;
}

#contextData {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    line-height: 1;
    z-index: 3;
    position: fixed;
    /* left: 0; */
    top: 0;
    width: 100%;
    background-color: rgb(0, 104, 153);
    overflow: scroll;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 80%;
}

#contextData ul {
    overflow: auto;
    padding: 0;
    margin: 0;
    width: 100%;
}

#properties {
    background-color: #008F68;
    flex-shrink: 0;
}

#properties li {
    margin: 0;
    list-style-type: none;
    font-size: 0.9rem;
    margin: 5px 10px;
}

#dataToEnter {
    background-color: #006899;
}

#dataToEnter li {
    margin: 0;
    list-style-type: none;
    font-size: 0.8rem;
    margin: 3px 20px;
}

.helperPhrase {
    margin: 0;
    margin: 3px 20px;
    font-size: 0.8rem;
    list-style-type: none;
}

#tokens {
    margin: 0;
    list-style-type: none;
    font-size: 0.8rem;
    margin: 3px 20px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.tokenN1 {
    color: lightcyan;
    margin-left: 10px;
}

.tokenN2 {
    color: lightgoldenrodyellow;
    margin-left: 10px;
}

.tokenN3 {
    color: lightpink;
    margin-left: 10px;
}

.helperPhrasesHeader {
    color: lightgreen;
    margin-bottom: 5px;
    margin-top: 5px;
}

.helperPhrasesGroupName {
    color: lightgoldenrodyellow;
    margin-top: 5px;
}