/* Ticker */
.ticker-forex-wrap {
    margin:0 0 5px 0;padding: 0 10px;
    background: #191919;
}
#ticker-forex {
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    font-size: 10px;
    color: #666;
}
#ticker-forex table{width: auto;}
#ticker-forex table td{border-right: none;color: #D9BA71;text-align: center;}
#ticker-forex table, #ticker-forex .ticker-system {float:left;border-right: 1px solid;}
#ticker-forex table td {padding: 5px 7px;background: #191919;}
#ticker-forex table tr.content {
    height: 29px;
}
#ticker-forex table tr.content td {
    border-bottom: none !important;    
}
#ticker-forex table tr.header {font-weight: 900;}
#ticker-forex table tr.content td.icon { border-right:none }
#ticker-forex table tr.content { color: #333; }
.ticker-forex-wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
