﻿	.ºgraph svg .bb-chart-line.bb-target-linebold .bb-line{
		stroke-width: 2px;
	}
	.ºgraph svg .bb-chart-arc .bb-gauge-value{
		fill: #777;
	}
	
	.ºgraph svg .bb-axis-x-label,
	.ºgraph svg .bb-axis-y-label,
	.ºgraph svg .bb-legend-item text,
	.ºgraph svg .bb-axis .tick text{
		fill: #777;
	}
	.ºgraph svg .bb-axis .tick line,
	.ºgraph svg .bb-axis .domain{
		stroke: #DDD;
	}
	
	.ºgraph text{
		font-size: 10px;
		line-height: 12px;
	}
	
.graph.window{
	position: absolute;
	top: 0; left: 0;
	right: 0; bottom: 0;
	background: var(--color-12);
	z-index: 200;
}
	.graph.window .label{
		position: absolute;
		left: 15px; right: 15px;
		top: 15px;
	}
	.graph.window .button{
		position: absolute;
		right: 10px;
		top: 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
		width: var(--control-height);
		height: var(--control-height);
		border-radius: 100%;
		background: var(--color-5);
		cursor: pointer;
	}
		.graph.window .button > *{
			color: #FFF;
			font-size: var(--size-4);
			line-height: calc(var(--control-height) + 2px);
		}
		.graph.window .button:hover{
			background: var(--color-4);
		}	