<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.infographic-widget-container,
.infographic-widget-container * {
	box-sizing: border-box;
}
.infographicWidgetChart {
    padding-top: 20px;
}
.infographic-widget-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.range-section-rows {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
}

.relativePositioning {
	position: relative;
}

.spacingEven {
	width: 275px;
	margin-left: 0px;
	justify-content: space-evenly !important;
}

.legendTitle {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: bold;
	margin-bottom: 8px !important;
	padding-bottom: 0px !important;
}

.legendSubtitle {
	font-size: 12px !important;
	line-height: 12px !important;
	color: #9b9b9b;
	margin-bottom: 3px !important;
	padding-bottom: 4px !important;
	/* text-align: center; */
}

.legendRangeText {
	font-size: 11px !important;
	line-height: 15px !important;
	text-transform: uppercase;
	color: #717171;
	margin-bottom: 0px;
	/* text-align: center; */
}

.datamaps-legend {
	bottom: -75px;
}

.legendContainer-noGradient {
	width: 275px;
	padding: 10px;
	position: absolute;
	bottom: -45px;
	left: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.legendContainer {
	width: 275px;
	padding: 10px;
	position: absolute;
	bottom: -75px;
	left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.datamaps-legend {
	margin-left: 6px;
}

.gradientLegend {
	width: 275px;
	height: 8px;
}

.gradientLabels {
	width: 284px;
	margin-left: -3px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.mapTitleContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0px;
}

.mapTitleContainer .titleText {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.mapTitleContainer .subtitleText {
	font-size: 16px;
}
p.tooltip-el-label {
	margin-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}
.tooltip-geography-name {
    font-size: 16px;
    font-weight: bold;
}
</pre></body></html>