/**
 * Answer-label charts on the results page.
 *
 * Chart.js sizes its canvas to this container, so the height here is the only
 * thing that decides how tall a chart is - a theme can override it.
 */
.qsm-answer-label-chart {
	position: relative;
	width: 100%;
	height: 400px;
}
