ul.marquee {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 49px;
    background-color: white;
    /* border: 1px solid #08084d; */
}

ul.marquee li {
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 3px 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 49px;
}