/* Try and keep most of styling inline, so that SVG can be exported */
body {
	font-family: "myriad-pro";
	width: 100%;
	height: 100%;
}

.wrapper, img {
	position: relative;
	width: 100%;
	/*height: 894px;  only here due to IE11 issue */
	display: block;
	max-width: 1280px;
	margin: 0 auto;
}

#menu .item.selected {
	font-weight: bold;
}


.wrapper > .fallback {
  position: absolute;
  top: 200px;
  left: 470px;
  width: 300px;
  background-color: white;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #ddd;
  text-align: center;
}

#producers-processors-circles .link-line {
	stroke: #C6C7C8;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0,2.9867;
}
