﻿.highcharts-title {
    fill: #92d050!important;
    color:#92d050!important;
    font-size: 2.0em!important;
    margin-bottom:10px!important;
}

text.highcharts-title {
	font-size: 1.2em !important;
}

tspan.highstocktitle {
	font-size: 1.6em !important;
}

.highcharts-legend text {
	/* text-shadow: 0 0 2px black, 0 0 2px black; */
}
.highcharts-legend-box {
	fill: transparent;
	fill-opacity: 0.7;
	stroke: transparent;
	stroke-width: 1px;
}
.highcharts-legend-item text {
	fill: #e0e0e0;
	transition: fill 250ms;
    font-size: 1.3em!important;
}
.highcharts-legend-item:hover text {
	fill: white;
}
.highcharts-legend-item-hidden * {
    fill: gray !important;
    stroke: gray !important;
}
.highcharts-legend-title {
	fill: #273977;
	font-style:normal;
    font-size: 1.7em!important;
}
.highcharts-legend-navigation {
	fill: white;
}
.highcharts-legend-nav-active {
	fill: white;
}
.highcharts-legend-nav-inactive {
	fill: gray;
}
