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