#RunningLine { position: absolute; overflow: hidden; bottom: 0; left: 0; width: 100%; height: 3.6em; padding: 1.5em 0; z-index: 77; color: White; background-color: #3C3B3A; opacity: 0.9; filter: alpha(opacity=90); border-collapse: collapse; }
#RunningLine ul { display: block; margin: 0; white-space: nowrap; color: White; list-style: none; position: absolute; }
#RunningLine ul li { display: inline-block; margin: 0 2em 0 0; //display: inline; //zoom: 1; white-space: nowrap; }
#RunningLine ul li span.date { font-size: 75%; }
#RunningLine ul li span.Fare { font-size: 300%; margin-left: 0.5em;  }
#RunningLine ul li span.color_RL0 { color: #bef500; }
#RunningLine ul li span.color_RL1 { color: #00bdf5; }
#RunningLine ul li span.color_RL2 { color: #f5ad00; }
#RunningLine ul li span.color_RL3 { color: #f50099; }
#RunningLine ul li span.color_RL4 { color: #ffdb31; }
#RunningLine ul li span.color_RL5 { color: #ffdb31; }
#RunningLine ul li span.arrow { position: relative; display: inline-block; height: 1.2em; font-size: 100%; font-weight: normal; }
#RunningLine ul li span.arrow span { position: absolute; bottom: -0.11em; top: auto; left: 0; height: 1.2em; display: inline-block; }
#RunningLine ul li span.arrow span:first-child { position: relative; top: -0.23em; }
* html #RunningLine ul li span.arrow span { z-index: expression(runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 ); }
* html #RunningLine ul li span.arrow span.first-child { position: relative; top: -0.23em; }