svg {
	fill: white;
	overflow: visible;
}


body {
	text-align: center;
}


h1 {
	font-family: sans-serif;
}


.empty {
	display: none;
	visibility: hidden;
}


.bar-rect {
	opacity: 1.0;
	stroke-width: 1px;
	stroke: black;
}


.bar-rect:hover {
	opacity: 0.85;
}


.bar-title {
	display: block;
	visibility: visible;
}


.bar-title.empty {
	display: none;
	visibility: hidden;
}


.hidden-title {
	display: none;
	visibility: hidden;
}


.tooltip-text {
	font-family: sans-serif;
}


text {
	fill: black;
}


#export-canvas {
	display: none;
	visibility: hidden;
}


#first-stage-img {
	display: none;
	visibility: hidden;
}
