.gainloss-container {
    height: 150px;
    background-image: url('../img/bg-1000tl.png');
    background-repeat: no-repeat;
    width:270px;
    margin: 0 auto;
    background-position-y: -30px;
    position: relative;
    left: 6px;
    bottom: 4px;
}

.gainloss-main-container {
    float: left;
    margin-right: 13px;
    top: 20px;
}

.gainloss-progress-container {
    width: 40px;
    height: 150px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.gainloss-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
}

.gainloss-price {
    top: -20px;
    position: absolute;
    font-weight: 700;
    text-align: center;
    width: 40px;
}

.gainloss-name {
    font-weight: 700;
    text-align: center;
    width: 40px;
}

.dotted-line {
    position: absolute;
    width: 250px;
    border-bottom: 1px dotted #ffffff;
    top: 50px;
    z-index: 1;
}