@media only screen and (min-width: 0) {
    div.marquee_odd ul.marquee li {
        width: 100%;
        padding: 3px 0;
        border-bottom: 1px dashed #CCC;
    }
    div.marquee_odd ul.marquee li a, div.marquee_odd ul.marquee li span {
        height: 1.4em;
        line-height: 1.4em;
    }
    div.marquee_odd ul.marquee li::before {
        content: none;
    }
    div.marquee_odd div.marqueeControler>button>img {
        background-color: rgb(23, 74, 46);
    }
}
