.pstStockBar .psb-dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #dedede;
    vertical-align: middle;
    margin-right: 0.4em;
    border-radius: 2px;
}
.pstStockBar .psb-label {
    margin-right: 0.5em;
}
.pstStockBar .psb-scale-wrp {
    white-space: nowrap;
}
.pstStockBar .psb-high .psb-dot-active {
    background: #7db9e8;
}
.pstStockBar .psb-medium .psb-dot-active {
    background: #fdcd1b;
}
.pstStockBar .psb-low .psb-dot-active {
    background: #ff5722;
}