.background {
	fill: white;
	pointer-events: all;
}

#region {
	fill: #B3B3B3;
	stroke: #353535;
	stroke-width: 0.5px;
}

#dept {
	fill: none;
	stroke-width: 0.5px;
	stroke: black;
}

#dept text {
	font-family: calibri;
	fill: orange;
	text-anchor:middle;
	font-size: 8px;
	/*white-space: pre-line;*/
}
#region text{
    font-family: calibri;
	fill: black;
	text-anchor:middle;
	font-size: 10px;
}

#region text.active {
	font-family: calibri;
	fill: black;
	stroke: none;
	text-anchor:middle;
	font-size: 6px;
}


div.tooltip-content div{
    display:inline;
}
div.tooltip-action-icon{
    cursor:pointer;
    padding:0 2px;
}

div#vis-tooltip-d3js-france {
  position: absolute;
  border: 2px solid #DDD;
  background: #fff;
  color: #000;
  padding: 5px;
  width: auto;
  z-index: 1100;
  display: none;
  border-radius: 3px;
  opacity: 1;
}
