.highcharts-axis-labels-shown-content, .highcharts-axis-labels-content, .highcharts-legend-item{
	font-family: 'museo_sans300',Arial,Helvetica,sans-serif !important;
	font-size: 8pt !important;
}
.highcharts-title{
	font-family: 'museo_sans300',Arial,Helvetica,sans-serif !important;
	font-size: 7pt !important;
	display: block;
}
.chart_title_panel {
    padding-top: 12px;
    position: absolute;
    z-index: 1;
    width: calc(100% - 70px);
    margin: 0 35px;
}
.chart_options {
    position: absolute;
    width: calc(100% - 70px);
    margin: 0 35px;
    text-align: right;
    padding: 12px 0 0 0;
    -moz-boz-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.chart_options{
	position: absolute;
	width: calc(100% - 70px);
	margin: 0 35px;
	text-align: right;
	padding: 12px 0 0 0;
	-moz-boz-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
.chart_options > div{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.chart_title_panel{
	padding-top: 12px;
	position: absolute;
	z-index: 1;
	width: calc(100% - 70px);
	margin: 0 35px;
}
.chart_title{
	font-size: 16px;
}
.left .chart_title, .right .chart_title{
	padding-top: 12px;
	position: absolute;
	z-index: 1;
	width: calc(100% - 70px);
	margin: 0 35px;
	text-align: center;
}
.chart_subtitle{
	color: #4A90E2;
}
.chart_container{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    height: 402px;
    position: relative;
	transition: height .5s ease-in-out;
	min-width: 1060px; 
}
.chart_panel{
	height: 100%;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.chart_loading{
	background: #FFF;
	background-image: url('/assets/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center 20px;	
	text-align: center;
	padding-top: 50px;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
