.chart-container
{
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.9);
	position:relative;
}

body .chart-container.full_screen
{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%!important;
	height:100%!important;
	max-width:100%!important;
	max-height:100%!important;
	z-index:100;
	background-color:white!important;
	padding:1em;
}

