﻿.price-config-list-field {
    list-style:none;
    width: 125px;
}
.price-config-field {
    padding-left:10px;
}

.axis path, .axis line {
    fill: none;
    stroke: #333;
}
.axis .grid-line {
    stroke: #000;
    shape-rendering: crispedges;
    stroke-opacity: 0.2;
}
.axis text {
    font: 10px Verdana;
}
.lineOver {
    stroke:blue !important;
}
.y-axis g text {
    display: none;
}
.point-label {
    position:absolute;
}

.container {
    display: flex;
}

/*overrided styles of plotly scene*/
.chart .gl-container #scene {
    left: 5px !important;
    width: 100% !important;
}
