﻿body
{
}

body {
    font: 12px sans-serif;
}

svg.stock
{
}

text {
    fill: #000;
}

text.symbol {
        fill: #BBBBBB;
    }

    button {
    position: absolute;
    right: 20px;
    top: 440px;
    display: none;
}
path {
        fill: none;
        stroke-width: 1;
    }

    
path.candle {
    stroke: #000000;
}

path.candle.body {
    stroke-width: 0;
}

path.candle.up {
    fill: #00AA00;
    stroke: #00AA00;
}

path.candle.down {
    fill: #FF0000;
    stroke: #FF0000;
}

path.volume {
        fill: #DDDDDD;
    }
path.volume.up {
        fill: #C9FFC9;
    }

    path.volume.down {
        fill: #FFCACA;
    }
    
    .indicator-plot path.line {
        fill: none;
        stroke-width: 1;
    }

    .ma-0 path.line {
        stroke: #00CC66;
    }

    .ma-1 path.line {
        stroke: #FF9900;
    }

    .ma-2 path.line {
        stroke: #FF0000;
    }

    