.venn {
	margin: 5px;
}

.venn .chart-loading-text {
	color: #1f4082;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-top: 90px;
	opacity: 0.7;
	text-align: center;
}

div.chart-tooltip {
	position: absolute;
	text-align: center;
	pointer-events: none;
	padding: 10px;
	font-size: 0.8em;
	border-radius: 2px;
	background: #323a45;
	color: white;
	border: solid 1px #323a45;
	max-width: 200px;
}

div.chart-tooltip .title {
	text-transform: uppercase;
	padding-bottom: 3px;
}

div.chart-tooltip .subtitle {
	font-size: 0.8em;
}

div.chart-tooltip .rule {
	padding-top: 5px;
	padding-bottom: 10px;
}

div.chart-tooltip .element {
	font-size: 0.75em;
}

.compliance {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}