.quotesline_gg_container{
    position: relative;   
    margin: 0;
    white-space: nowrap;
    height: 29px;
    overflow: hidden;
    padding: 0 5px 0 10px;
}
.quotesline_gg_container ul{	
    height: 30px;
    float: left;
    padding: 0;
    margin-top: 0 !important;
    direction: ltr;
}
.quotesline_gg_container ul li{
    min-width: 140px;
    overflow: hidden;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    color: #9f9f9f;
    height: 30px;
    line-height: 30px !important;
    margin: 0 auto;
    text-align: left;
}
.quotesline_gg_container ul li img{
    float:left;
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 5px
}

.course_up p{
    line-height: 30px !important;
    float:left;
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 0px;
    color: #00d400;
    font-size: 0.875rem;
    font-weight: bold;
}

.course_down p{
    line-height: 30px !important;
    float:left;
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 0px;
    color: #ff0d00;
    font-size: 0.875rem;
    font-weight: bold;
}

.course_nochange p{
    float:left;
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 0px;
    color: #000;
    font-size: 0.875rem;
    font-weight: bold;
}

.quotesline_gg_container .img {
    width: 10px;
    height: 10px;
    float: left;
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    background-position: center;
}
.course_up .img {
    background-image: url("https://www.ifcmarkets.com/uploads/informers/up-copy.png");
    top: 8px;
}
.course_down .img {
background-image: url("https://www.ifcmarkets.com/uploads/informers/down-copy.png");
    top: 9px;
}