﻿body {
    margin:0;
}


.key text
{
    font-size:13px;
    font-weight:600;
}

.key .labelSmall
{
    font-size:11px;
}

.key .value
{
    fill:slateblue;
    font-weight:600;
}

.label
{
    font-size:13px;
    font-weight:600;
}

.nv-axislabel
{
    font-size:14px;
}

.positive
{
    fill:#009900;
    stroke-width:.4;
}

.negative
{
    fill:#FF0000;
    /*stroke:black;*/
}

.nv-x .tick line
{
    opacity:0 !important;
}

.domain
{
    stroke:black;
}

.alphaLine
{
    stroke-width:1.5px;
    stroke:blue;
}

.zero line
{
    stroke:black !important;
    stroke-width:1.5px !important;
}

.tick text
{
    /*text-anchor:end !important;*/
}

.xTicks
{
    stroke:black;
    stroke-width:1.5px;
    opacity:.4;
}