@charset "UTF-8";
ul.mtree {
  opacity: 0;
  margin-left: 0;
  padding-left: 2em;
}
ul.mtree ul {
  margin-left: 0;
  padding-left: 2em;
}
ul.mtree li {
  list-style: none;
}
ul.mtree a {
  display: block;
}
ul.mtree a.active {
  color: #cc0000;
}
ul.mtree a:hover,ul.mtree a:focus,ul.mtree a:active {
  color: #cc0000;
}
ul.mtree li.mtree-node > a {
  font-weight: bold;
  margin-top: 10px;
}

ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


ul.mtree.skinny li {
  font-size: 1em;
}
ul.mtree.skinny a {
  padding: 0px 18px;
}
ul.mtree.skinny li.mtree-node:before {
  float: left;
  margin-left: .5em;
  zoom: .8;
  margin-top: .1em;
  color: #777;
}
ul.mtree.skinny li.mtree-open:before {
  content: '-';
}
ul.mtree.skinny li.mtree-closed:before {
  content: '+';
}
ul.mtree.skinny ul > li:first-child {
  margin-top: .1em;
}
ul.mtree.skinny ul > li:last-child {
  margin-bottom: .3em;
}
ul.mtree.skinny ul a {
  margin: 10px 0;
}

