* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
 
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	list-style: none;
    outline: none;
    text-decoration: none;	
}


.tree, .main-tree{
    margin: 0 !important;
    text-align: left !important;
}

.tree-title.active:before{
    content: "\f07c" !important;
}
.main-tree ul {
    margin-left: 40px !important;
}
.tree-title:before{
    content: "\f07b";
    font-family: FontAwesome;
    color: #ffa700;
    font-size: 25px;
    margin:0 20px 0 -20px !important;
    display: inline-block;
    width: 20px;
}
a:link{
	color: var(--accentColor);
	font-weight: 600;
}
.tree-title{
    font-weight: bold;
    list-style-type: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none !important;
    padding-left: 10px !important;
    margin-left: 20px !important;
    word-wrap: break-word !important;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap !important;
    border-bottom: 1px solid #e3e3e3 !important;
    padding: 24px !important;
}

.tree-item:before{
    content: "\f1c1";
    color: red;
    font-family: FontAwesome;
    margin-left: 20px !important;
    font-size: 18px;
    display: inline-block;
    width: 20px;
    
}
}

.tree-item:hover, .tree-title:hover{
    opacity: 0.6;
}

.tree-item{
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    cursor: pointer;
    list-style-type: none;
    margin-left: 50px !important;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px !important;
    border-bottom: 1px solid #e3e3e3;
    padding: 24px !important;
}