.figure .caption {
	margin-bottom: 1rem;
	font-weight: bold;
}
.table thead th.goal {
	background: #65676e;
}
.kpi-table {
	border: none;
}
.kpi-table thead th {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-align: center;
}
.kpi-table thead th:empty {
	background: none;
	border: none;
}
.kpi-table tbody th {
	width: 2em;
	text-align: center;
	vertical-align: middle;
}
.kpi-table .vertical {
	writing-mode: vertical-rl;
}
.kpi-table tbody td {
	vertical-align: middle;
}
.kpi-table .data {
	width: 6em;
	text-align: center;
}
