.nav-list > li {
    width: 100% !important;
}

.nav-list > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    margin-bottom: 5px;
}

.nav-list > li > label {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.nav-list > li > a, .nav-list > li > label {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-header {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 20px;
    color: white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/*    text-transform: uppercase;*/
}
.nav-subCategory {
    display: block;
    padding: 3px 15px;
    font-size: 20px;
    /* font-weight: bold; */
/*    line-height: 20px;*/
    color: white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none;
/*    text-transform: uppercase;*/
}

.nav-subCategory::before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'INflower';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 5px;
    content: "\e900";
}

.nav-list {
    margin-left: 15px;
    margin-bottom: 0;
}

.nav-list:first-child {
    margin-left: 0;
}

.nav-list label {
    cursor: pointer;
    margin-bottom: 0;
}

.nav-list label:hover, .nav-list div.editor-node:hover {
    text-decoration: none;
    /* background-color: lightgrey; */
    background-color: rgb(207, 128, 128);
}

.nav-list label::before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    padding-right: 5px;
    content: "\f0d7";

}

.nav-list .divider {
    height: 1px;
    overflow: hidden;
    background-color: #a8a8a8;
    border-bottom: 1px solid #bebebe;
}