.catalogue-available-categories-list {
    list-style: none;
}

.available-categorie h4 {
  cursor: pointer;
}

.available-categorie-root h4{
    list-style: none;
    font-weight: 900;
    font-size: 1.5em;
    background-color: lightgray;
}

.available-categorie-node h4{
    list-style: none;
    font-weight: 600;
    font-size: .75em;
    background-color: lightgray;
}



.available-categorie-leaf h4{
    list-style: none;
    font-weight: 600;
    font-size: 1em;
    background-color: white;
}

