#newsticker-block {
  padding: 13.5px 0;
}
#newsticker-block .ja-healineswrap {
  font-size: 12px;
}
#newsticker-block .ja-healineswrap .ja-headlines-title {
  font-family: texgyreadventorbold, sans-serif;
  background: #e73628;
  color: #fff;
  padding: 0 4.5px;
  margin-right: 10px;
}
#newsticker-block .ja-healineswrap .ja-headlines-title,
#newsticker-block .ja-healineswrap .ja-headlines {
  display: inline-block;
  vertical-align: middle;
}
#newsticker-block .ja-healineswrap .ja-headlines-title a,
#newsticker-block .ja-healineswrap .ja-headlines a {
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  color: #999;
}
#newsticker-block .ja-healineswrap .ja-headlines-title a:hover,
#newsticker-block .ja-healineswrap .ja-headlines a:hover {
  color: #fff;
  text-decoration: none;
}
#newsticker-block .ja-healineswrap .ja-headlines {
  font-family: sans-serif;
}