ul, 
    #tree-menu-root  {
      list-style-type: none !important;
      font-size: 18px;
    }

    ul {
      padding-inline-start: 0px;
    }

    /* #tree-menu-root {
      margin: 0;
      padding: 0;
    } */

    .tree-menu-caret {      
      -webkit-user-select: none;
      /* Safari 3.1+ */
      -moz-user-select: none;
      /* Firefox 2+ */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none;
    }

    .tree-item {
      cursor: pointer;
    }

    .tree-item:hover {
      background-color: #ddd;
    }

    li.tvw-li {
      cursor: pointer;
    }

    #tree-menu-root-item {
      cursor: pointer;
      -webkit-user-select: none;
      /* Safari 3.1+ */
      -moz-user-select: none;
      /* Firefox 2+ */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none;
    }

    .tree-menu-caret::before {
      content: "\25B6";
      color: black;
      display: inline-block;
      margin-right: 3px;
    }

    .tree-menu-caret-down::before {
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Safari */
      transform: rotate(90deg);
    }

    .tree-menu-caret-down {
      font-weight: bold;
    }

    .nested {
      display: none;
    }

    .active {
      display: block;
    }

    .selected-item {
      background: #0f0;
    }

    #tree-menu-root-item {
      font-weight: bold;
    }

    /*########### phyto-list #############*/

    #content-master {
      margin-top:0px;
      margin-bottom:25px;
    }

    #content-list {
      margin-bottom:25px;
    }

    .vre-phyto-list.vre-master-content-title {
      font-size: 18px;
      text-align: center;
      background-color: #009138;
      color:white;
      padding: 2px;
    }

    .vre-phyto-list.vre-master-content-descr {
      margin-top: 10px;
      font-style: italic;
      text-align: justify;
    }

    .vre-phyto-list.vre-list-item {
      cursor: pointer;
    }
    
    .vre-phyto-list.vre-list-item-container {
      border: 1px solid #ddd;
      margin-bottom: 2px;
    }

    .vre-phyto-list > .vre-item-image {
      --img-height: calc(var(--variable-width) + 20px);
    }

    .vre-phyto-list.vre-list-item-col.col-md-2 {
      /* height: 100%; */
      /* line-height: 100%; */
      /* width: 100px; */
      /* border: 1px solid red; */
      background-color: #ddd;
      text-align: center;
      vertical-align: middle;
      padding-left: 5px !important;
      padding-right: 5px !important;
    }

    .vre-phyto-list > .vre-item-image {
      vertical-align: middle;
      /* max-height: 100px; */
      margin-top: 10px;
      max-height: 140px;
      width: 100%;      
    }

    .vre-phyto-list.vre-list-item-col.col-md-10 {
      padding: 10px 15px;
    }

    .vre-phyto-list > .vre-item-name {
      font-weight: bold;
      font-size: 18px;
    }

    .vre-phyto-list > .vre-item-scopritore {
      font-size: 15px;
    }

    .vre-phyto-list > .vre-item-tot {
      font-style: italic;
      font-size: 14px;
    }

    .vre-phyto-list > .vre-item-descrizione {
      font-size: 18px;
    }
