﻿body {
    margin:0;
    padding:0;
}




.label
{
    font-size:11px;
    font-weight:600;
}

.nv-axislabel
{
    font-size:13px;
    font-weight:600;
}

.positive
{
    fill:#009900;
    /*stroke:black;*/
}



.nv-x .tick line
{
    opacity:.4 !important;
}

.nv-y .tick line
{
    opacity:.6 !important;
    stroke-dasharray:2px 2px;
}

.domain
{
    stroke:black;
    stroke-opacity:.3;
}


.zero line
{
    /*stroke:black !important;*/
    stroke-width:1.5px !important;
}

.nv-y .tick text
{
    font-size:11px;
    font-weight:400;
    /*text-anchor:end !important;*/
}

.nv-x .tick text
{
    font-size:11px;

}

.xTicks
{
    stroke:black;
    stroke-width:1.5px;
    opacity:.4;
}

rect.discreteBar
{
    fill-opacity:1;

    stroke:none;
}

.barValue 
{
	font-size:12px !important;
	font-weight:700 !important;
	fill:#005A00 !important;
	stroke:transparent;
}