body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body { background: #fff; }
/* optional Container STYLES */
.chart { height: 600px; margin: 5px; width: 900px; }
.Treant > .node { padding: 3px; border: 1px solid #484848; border-radius: 45px; padding:5px; }
.Treant > .node img { width: 100%; height: 100%; }

.Treant .collapse-switch { width: 100%; height: 100%; border: none; }
.Treant .node.collapsed { background-color: #DEF82D;  }
.Treant .node.collapsed .collapse-switch { background: none; }
.Treant .node .node-name 
{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom:0px;
	color:#333;
	padding:5px;

}
.node.big-commpany {
    cursor: pointer;
    padding: 5px;
    min-width: 60px;
    text-align: center;
    border: 2px solid #f7c607;
    border-radius: 45px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    background: #f7c607;
    -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
    transition: background 1s; /* For modern browsers */
} 
.node.big-commpany:hover {
     border-radius: 0px;
	 color:#333;
}
.childclass:hover .node-name{
	background: url(plus-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px 100%;
	padding-right: 50px;
	background-color: #f7c607;
	color:#333;
}
.node:hover .node-title{
    display: block;
	
	color:#333;
}
.node:hover .node-desc{
    display: block;
	color:#333;
}
.node:hover .node-contact{
    display: block;
	
}
.node .node-title {
  display:none;
} 
.node .node-desc {
  display:none;
} 
.node .node-contact {
  display:none;
} 