﻿.ct-label {
    fill: #111;
    color: rgba(0,0,0,.4);
    line-height: 1;
    font-size: 12px;
    color: #000;
}

.ct-series-a .ct-line,
.ct-series-a .ct-point {
    stroke: #337ab7;
}

.ct-series-a .ct-line {
    stroke-width: 2px;
    opacity: 1;
}

.ct-series-a .ct-point {
    opacity: 0;
}

    .ct-series-a .ct-point:hover {
        stroke-width: 8px;
        opacity: 0.8;
    }

.price-chart {
    position: relative;
}

.price-chart-wrapper > .btn {
    float: right;
}


.foil-price-chart-wrapper > .btn {
    float: right;
}