﻿@charset "utf-8";
:root {
	/* corporate-color */
	--sw-corporate-color: #000000;
}
input[type='checkbox'] {
	accent-color: #333333;
}
.fixed-box table th, .fixed-box table td {
	font-size: var(--sw-text-size-m);
}

/* --------------------------------------------------
   generator02 Financial Performance
-------------------------------------------------- */
.generator-fp .chartLegend li {
	cursor: default;
}
.generator-fp .chartLegend li input,
.generator-fp .graphTerm-indiv,
.generator-fp .graphTerm {
	display: none;
}

/* --------------------------------------------------
   highlight
-------------------------------------------------- */
.highlight .inner, .highlight .fixed-box {
	display: none;
}
.kpi-notes {
	font-size: var(--sw-text-size-ss);
	margin: 1rem 0.5%;
}
