.ticker {
    margin: 0 auto;
    padding: 11px 21px;
    width: 100%;
    text-align: left;
    border: #ccc 0px solid;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 3px;
    height: 42px !important;
    font-size: 16px;
}
.ticker a{
	font-weight:bold;
}
.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

@media (max-width:767px) {
	.ticker {
		font-size: 13px;
		overflow: hidden; 
		text-overflow: ellipsis;
		white-space: nowrap; 
		display: inline-block;
		background-color: #ff7e00;
	}
	.ticker a{
		color:white;
	}

}
