.newsticker {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #008ad2;
  color: #fff;
  cursor: default;
  margin: 0px 0;
  font-family: verdana;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.6px;
  padding: 0 10px 0 10px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.speaker{
  margin-top: 5px;
}
.newsticker .newsticker-list {
  position: absolute;
  top: 8px;
  height: 30px;
  margin-left: 70px;
  overflow: hidden;
}

.newsticker .newsticker-list .newsticker-item {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}
