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-image: url('https://img.freepik.com/foto-gratis/fondo-textura-papel-retro-vintage-grunge-arrugado_47840-1296.jpg'); } */

/* optional Container STYLES */
.chart { height: 600px; margin: 5px; width: 2000;  }
.Treant > .node {  }

.nodeExample1 {
    color: #000;
    padding: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #000;
    width: 64px;
    font-family: inherit;
    font-size: 8px;
    text-align: center;
}

.nodeExample1 img {
    margin-right:  1px;
    width: 64px;
}

.nodeExample1 name {
    font-size:  9px;
}

.gray {
    background-color: #909090;
}

.light-gray {
    background-color: #D3D3C7;
}

.blue {
    background-color: #A2BDFD;
}
