.container {
	overflow: visible;
}
h2 {
	margin: 100px 0 30px 0;
	font-size: 26px;
	text-align: center;
}
h2:first-of-type {
	margin-top: 70px;
}
.clear {
	clear: both;
}
.keyFacts-list {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0;
}
.keyFacts-listItem {
	float: left;
	width: 150px;
	padding: 0 5px;
	font-size: 14px;
	text-align: center;
}
.keyFacts-factTitle {
	font-weight: bold;
	display: block;
}
.keyFacts-factContent {
	display: inline-block;
	margin-top: 2px;
	font-size: 1.2em;
}
.lineChart {
	margin-top: 20px;
}
.lineChart svg {
	height: 300px;
}
.forceLayout {
	margin-bottom: 1.5em;
	position: relative;
}
.forceLayout-key {
	margin: 0 auto;
	width: 600px;
	padding-top: 10px;
}
.forceLayout-keyList {
	list-style: none;
	padding: 0;
	margin-right: 0;
}
.forceLayout-keyListItem {
	float: left;
	width: 100px;
}
.forceLayout-keyTitle {
	display: block;
	text-align: center;
}
.forceLayout-keyItem {
	display: block;
	margin: 0 auto;
	height: 20px;
	width: 20px;
}
.forceLayout-keyItem .forceLayout-node {
	cursor: default;
}
.forceLayout-container {
	padding: 100px 0;
}
.forceLayout-container svg {
	overflow: visible;
}
.indexVisualisation .forceLayout-container svg {
	height: 650px;
}
.forceLayout-node {
	cursor: pointer;
}
.forceLayout-node circle {
	stroke: #999;
	stroke-width: 1px;
}
.forceLayout-node circle:hover {
	fill: #333;
}
.forceLayout-node--EventGroup circle {
	fill: #79BD8F;
}
.forceLayout-node--EventGroup:hover circle {
	stroke: #79BD8F;
}
.forceLayout-node--Event circle {
	fill: #fd8d3c;
}
.forceLayout-node--Event:hover circle,
.forceLayout-key .forceLayout-link--eventGroupToEvent {
	stroke: #fd8d3c;
}
.forceLayout-link--eventGroupToEvent {
	/*stroke: rgba(190, 235, 159, 0.5);*/
	stroke: #fd8d3c;
}
.forceLayout-node--Person circle {
	fill: #3182bd;
}
.forceLayout-node--Person:hover circle {
	stroke: #3182bd;
}
.forceLayout-link--eventToCurator {
	stroke: #e6007e;
}
.forceLayout-link--eventToArtist {
	stroke: #00AEEF;
}
.forceLayout-node-textBackground {
	fill: white;
	stroke: #ccc;
	display: none;
}
.forceLayout-node:hover .forceLayout-node-textBackground {
	display: block;
}
.forceLayout-node-text {
	stroke: #555;
	display: none;
}
.forceLayout-node:hover .forceLayout-node-text {
	display: block;
}
.forceLayout-link {
	fill: none;
	stroke-width: 1px;
}