.arrow-down {
    top: 16px;
    margin-right: -4px;
    margin-left: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #fc413a;
}

.tickerPercent {
    left: -9px;
}

.arrow-up {
    bottom: 15px;
    margin-right: -4px;
    margin-left: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #00dc00;
}

.quoteTickerClass {
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    top: 0px;
    bottom: 0px;
}

.quoteTickerClass:hover {
    color: #fd6732;
}

.arrow-null {
    margin-right: -13px;
    margin-left: -9px;
}

.tickerPercentWithPadding {
    left: -9px;
}

.quotesTickerBar  {
    width: 100%;
    height: 29.3578%;
    position:absolute;
    left:0%;
    bottom: 43.21%;
    z-index: 1;
    background-color: #333333;
    overflow: hidden;
    height: 34px;
}

.quotesTicker {
    overflow:visible;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
}

.poweredBy {
    position: absolute;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    font-size: 9px;
    color: white;
}