@media screen {
  .wikiwijs-widget-NestedSelectionList {
    overflow: auto;
    width: 280px;
  }
  
  .wikiwijs-widget-NestedSelectionList,
  .wikiwijs-widget-NestedSelectionList li,
  .wikiwijs-widget-NestedSelectionList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
  }
  
  .wikiwijs-widget-NestedSelectionList li {
    overflow: hidden;
  }
  
  .wikiwijs-component-educationFilter-removeAll {
    float: right;
    text-align: right;
    width: 105px;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
  }
  
  .wikiwijs-widget-NestedSelectionList ul {
    padding-left: 20px;
  }
  
  .wikiwijs-widget-NestedSelectionList-glyph {
    float: left;
    width: 16px;
    height: 15px;
  }
  
  li.wikiwijs-widget-NestedSelectionList-leaf:hover {
    background: transparent url(../images/filter_hover.gif) no-repeat scroll right top
  }
  
  li.wikiwijs-widget-NestedSelectionList-node h2 {
    float: left;
  }
  
  li.wikiwijs-widget-NestedSelectionList-node {
    color: #E76530;
    font-weight: bold;
    font-size: 13px;
  }
  li.wikiwijs-widget-NestedSelectionList-leaf {
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    margin-left: 16px;
  }
  
  /* BEHAVIOUR */
  .wikiwijs-widget-NestedSelectionList-collapsed ul {
    display: none;
  }
  
  .wikiwijs-widget-NestedSelectionList-expanded .wikiwijs-widget-NestedSelectionList-glyph {
    background: transparent url(../images/pijltje_down_o.gif) no-repeat scroll 0 7px;
  }
  
  .wikiwijs-widget-NestedSelectionList-collapsed  .wikiwijs-widget-NestedSelectionList-glyph {
    background: transparent url(../images/pijltje_up_o.gif) no-repeat scroll 5px 4px;
  }
  
  .wikiwijs-widget-NestedSelectionList-leaf  .wikiwijs-widget-NestedSelectionList-glyph {
    display: none;
  }
}
