body, .viscontainer {
	background-color: #ffffff;
}

.node circle {
  fill: #fff;
  stroke: #ddd;
  stroke-width: 1px;
}
	
.Land circle, .Regio circle {
	visibility: hidden;
	}
	
.Land text {
	font-size: 11px;
	fill: #777;
	}
	
.Regio text {
	font-size: 15px;
	fill: #444;
	}
.root circle {
	visibility: hidden;
	}
	
.root text {
	font-size: 36px;
	}

.node {
  font: 10px sans-serif;
}
	
.ABInBev circle {
	fill: #dd1936;
}
	
.SABMiller circle {
	fill: #A68F64;
}
	
.ABInBev text {
	fill: #dd1936;
}
	
.SABMiller text, tspan {
	fill: #A68F64;
}
	

.link {
  fill: none;
  stroke: #ddd;
  stroke-width: 1px;
}

div.tooltip {   
  position: absolute;                                      
  padding: 2px;                    
  background: none;
  border: 0px;              
  pointer-events: none;
  text-align: center;
}