#fls-news, #fls-news * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

#fls-news {line-height:1;user-select: none;position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;background:#333;color:#fff;padding:8px;overflow:hidden;z-index:99;}
#fls-news .fls-wrap {display:inline-block;width:auto;clear:both;position:relative;white-space:nowrap;text-align:right;min-width:100%;}
#fls-news .fls-wrap[direction="right"] {text-align:left;}
#fls-news .fls-elem {display:inline-block;margin:0 8px;color:inherit;text-decoration:none;}
#fls-news .fls-wrap[direction="left"] .fls-elem:first-child {margin-left:-200px;}
#fls-news .fls-wrap[direction="right"] .fls-elem:last-child {margin-right:-200px;}
#fls-news .fls-date {font-style:italic;margin-left:3px;}
#fls-news .fls-title {margin-right:3px;background:rgba(0,0,0,0.1);padding:0 1px;}
#fls-news .fls-shape {display:inline-block;margin-right:2px;vertical-align:top;border:1px solid rgba(0,0,0,0.2);}
.fls-shape.fls-tiny {width:10px;height:10px;}
.fls-shape.fls-small, .fls-shape.fls-default {width:12px;height:12px;margin-top:1px;}
.fls-shape.fls-medium {width:14px;height:14px;}
.fls-shape.fls-large {width:18px;height:18px;}
.fls-shape.fls-circle {border-radius:100px;}
.fls-shape.fls-rounded {border-radius:25%;}
.fls-shape.fls-diamond {transform:rotate(45deg) scale(0.75);}


/*
@-webkit-keyframes news-slide { 
  from {margin-left:0%;}
  to {margin-left: -100%;}
}


#fls-news .fls-wrap {text-align: right;transform: translateX(-100%);animation: my-animation 25s linear infinite;animation-play-state: running;}
#fls-news .fls-wrap:hover {animation-play-state:paused;}


@keyframes my-animation {
  from {transform: translateX(-100%);}
  to {transform: translateX(80%);}
}
*/