#chart {
	display:block;
}



#viz {
	height:600px;
	width:700px;
	border:1px;
	border-color:black;
}


.node rect {
  cursor: pointer;
  fill: #8dbdd8;
  fill-opacity: .5;
  stroke: #3182bd;
  stroke-width: 1.5px;
}

.node text {
  font: 9px sans-serif;
  pointer-events: none;
}

path.link {
  fill: none;
  stroke: #9ecae1;
  stroke-width: 1.5px;
}

/* MAP STYLING */

#map {
	height:600px;
	width:100%;
    border:1px solid #999;
}

#tradition-structure path.link{
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

 #tradition-structure circle {
  stroke: #ccc;
 }
