/* required LIB STYLES */





/* .Treant se automatski dodaje na svaki chart conatiner */



.Treant {

    position: relative;

    overflow: hidden;

    padding: 0 !important;

}



.Treant > .node, .Treant > .pseudo {

    position: absolute;

    display: block;

    visibility: hidden;

}



.Treant.Treant-loaded .node, .Treant.Treant-loaded .pseudo {

    visibility: visible;

}



.Treant > .pseudo {

    width: 0;

    height: 0;

    border: none;

    padding: 0;

}



.Treant .collapse-switch {

    width: 3px;

    height: 3px;

    display: block;

    border: 1px solid black;

    position: absolute;

    top: 1px;

    right: 1px;

    cursor: pointer;

}



.Treant .collapsed .collapse-switch {

    background-color: #868DEE;

}



.Treant > .node img {

    border: none;

    float: left;

}





/* optional Container STYLES */



.chart {

    height: 400px;
	overflow:hidden !important;
    margin: 5px;

    xwidth: 600px;

    margin: 5px auto;

}



.Treant > .node {}



.Treant > p {

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

    font-weight: bold;

    font-size: 12px;

}



#container p.node-name {
font-size: 0.9rem;
line-height: 1.1rem;
padding: 0;
    margin: 0;
}




.animal {

    padding: 2px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    background: #1f6129;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d5f27), to(#1f6129));
    background: -moz-linear-gradient(top, #1d5f27, #1f6129);
    background: -ms-linear-gradient(top, #1d5f27, #1f6129);
    background: -o-linear-gradient(top, #1d5f27, #1f6129);
    background: linear-gradient(to bottom, #1d5f27, #1f6129);

    border: 1px solid #000;

    width: 100px;

    font-family: Tahoma;

    font-size: 12px;

    color: #ffffff;

    text-align: center;

    max-height: 60px;

}



.nodeExample1 img {

    margin-right: 10px;

}



.Treant > a:link {

    color: #ffffff;

}



.Treant > a:visited {

    color: #ffffff;

}



.Treant > a:link:hover {

    color: #636363;

}