.node {
	cursor: pointer;
}

.node circle {
	fill: #fff;
	stroke: steelblue;
	stroke-width: 1.5px;
}

.node text {
	font: 10px sans-serif;
}

/*
//Only needed if used inside a tab
.historicalTrendLineChart .nvtooltip {
	margin-left: -100px;
}
 */

.historicalTrendLineChart .nvd3 text{
	font: normal 16px sans-serif;
}

.historicalTrendLineChart .nvd3 .title {
	font: normal 16px sans-serif !important;
}
.historicalTrendLineChart .nvtooltip {
	font: normal 16px sans-serif !important;
}

.historicalTrendLineChart .nvd3 g.nv-groups path.nv-line {
	stroke-width: 2px;
}

/*
.historicalTrendBarChartLegend .nvd3.nv-lineChart .nv-groups .nv-point, .nvd3 .nv-groups .nv-point {
	stroke-width: 7px;
	fill-opacity: .95 !important;
	stroke-opacity: .95 !important;
}

 */

.historicalTrendBarChartLegend{
	display: inline-block;
	margin-right: 5px;
}


/*
.nvtooltip { margin-top: -100px; }
*/
