﻿/**
 * Framework starts from here ...
 * ------------------------------
 */

.tree,
.tree ul {
  margin:0 0 0 0; /* indentation */
  padding:0;
  list-style:none;
  color:#4267B2;
  position:relative;
}

.tree a
{
	display:block;
	color:#111;
	text-decoration:none;
	font-size:13px;
	font-family:"Poppins";
	line-height:2em;
	font-weight:normal;
	padding:5px;
}

.tree a:hover
{
	display:block;
	color:#ff6600;
	text-decoration:none;
	cursor:pointer;
}

.tree ul {margin:0px 0px 1em .2em; border-bottom:solid 1px #E9EAEB} /* (indentation/2) */



.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  font-weight:bold;
  position:relative;
}


.tree li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}
