.n-sticker {
  position: relative;
}
.n-sticker ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sticker-item li{
  color: #222;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ticker {
  background-color: transparent;
  border: 0 none;
  width: 95%;
  padding: 1px 0px 0px 0px;
  font-size: 14px;
  font-weight: 500;
}

/* .ticker {
  margin: 0 auto;
  padding: 10px;
  width: 80%;
  text-align: left;
  border: #ccc 1px solid;
  position: relative;
  overflow: hidden;
  background-color:#BF263C;
  color:#fff;
} */

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.tickerHook{
  position: relative !important;
  text-align: center;
}

