@charset "UTF-8";


.ui-fancytree.fancytree-container {
	border: none;
}

#arbo a {
    color: black;
}

#arbo a:link {
    text-decoration: none;
 }

#arbo a:visited {
    text-decoration: none;
 }

#arbo a:hover {
    text-decoration: none;
}  

#arbo a:active {
    text-decoration: none;
}

.card h6{
    font-size: .8rem
}