.ticker {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  text-align: left;
  border: #ccc 0px solid;
  position: relative;
  overflow: hidden;
  background-color:#ffffff;
  border-radius : 3px;
  background    : rgba(255,255,255,0.0);
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.ticker ul li div {
  font-weight: bold;
  color: #0000a0;
  font-size   : 20px;
}
.ticker ul li a {
  color: red !important;
}
@media (max-width : 480px) {
.ticker {
  overflow: hidden;
  margin-bottom: 0px;
}
}
