/*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: 100%; }
.Treant > .node { padding: 3px; border: 1px solid #484848; border-radius: 3px; }
.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 { text-align: center; font-size: 11px;color: #ae9969;font-weight: bolder;    margin-bottom: 0; }
.Treant .node{
	/*height: 51px;*/
	/*width: 56px;*/
	max-width: 200px;
}
.Treant .collapse-switch:hover {
    text-decoration: none;
}
.Treant > .node {
	text-align: center !important;
	border: none !important;
    margin-top: 5px;
    font-size: 12px;
    max-width: 200px !important;
    width: auto !important;

}
.Treant > .node img {
    width: 56px !important;
    height: 56px !important;
    float: none !important;
}
.Treant .node.collapsed {
    background-color: transparent !important;
}
.Treant .node.collapsed:after {
    content: "^";
    position: absolute;
    /*bottom: -5px;*/
    color: red;
    font-weight: bold;
}
.Treant .node .node-title { text-align: center; font-size: 11px;color: #000000;margin-bottom: 0; }
.Treant .node .node-carry_forward, .Treant .node .node-sale { text-align: center; font-size: 11px;color: #1a1a4c;font-weight: bold;    margin-bottom: 0; }
