#flash-info{ clear:both; width:100vw; padding:5px 0; border-bottom:1px solid #ccc; background-color:#fff;  font-weight:bold;}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 100vw; height: 18px; margin: 0; padding: 0;overflow: hidden; white-space: nowrap;}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;left: 0px;top: 0px;width: 100vw;overflow: hidden;white-space: nowrap;}
.hack_lg{width:2200px;}

ul.newsticker { /* that's your list */
position: relative;white-space: nowrap;
left: 400px;
list-style-type: none;
margin: 0;padding: 0;
color: #ff0000;
}
ul.newsticker li {white-space: nowrap;
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0; 
padding: 0;
color: #ff0000;
}
ul.newsticker a {
white-space: nowrap;
padding: 0 35px 0 0;
color: #ff0000;
margin: 0;
} 
ul.newsticker span {margin: 0 6px 0 0; float:left; color: #ff0000;}
ul.newsticker p{width:auto; margin:0; padding:0;display:inline-block; }
ul.newsticker li *, ul.newsticker li a{ display:inline-block; }