@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0;
	font-family: "Source Sans Pro";
	box-sizing: border-box;
}

html {
	overflow: hidden;
}

#legend {
	font-size: 12px;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#legend .series {
	margin-right: 8px;
	display: inline-block;
}

#legend .series	.swatch {
	display: inline-block;
	border-radius: 2px;
	margin-right: 3px;
	height: 10px;
	width: 20px;
}

#legend .series	.label {
	display: inline-block;
	position: relative;
	bottom: 0.1em;
}

#graphic {
	width: 100%;
	display: block;
	line-height: 0;
}

.nodes circle {
	cursor: pointer;
}

.nodes text {
	cursor: pointer;
}

.flourish-popup {
	pointer-events: none;
}

.flourish-popup .flourish-popup-content {
	max-width: 400px;
}

.flourish-popup .flourish-popup-content img {
	max-width: 100%;
}

.flourish-popup .flourish-popup-content img[src=""] {
    display: none;
}

@media screen and (max-width: 400px) {
	#legend .series	.swatch {
		height: 8px;
		width: 15px;
	}
	#legend .series	.label {
		font-size: 11px;
	}
}
