#chart-title {
	text-align: center;
	font-weight: 100;
}

svg.icon {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	stroke-width: 0;
	stroke: currentColor;
	fill: #d2d2d2;
}

svg.icon:hover {
	fill: #9e9e9e;
}

a.tool-link {
	text-decoration: none;
	margin-left: 8px;
}

.tool-bar {
	/* position: absolute; */
	/* right: 0; */
	/* top: 10px; */
	position: relative;
	z-index: 99;
	float: right;
}

.chart-header {
	position: relative;
}

.filter-dropdown-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
}

.filter-dropdown-box {
	padding: 5px;
}

.filter-label {
	padding-right: 5px;
}