    #marquee-cont {
        background: #f4f4f4;
        z-index: 9999999;
        position: fixed;
    } 

    #marquee-cont marquee {
        margin-top: 5px;
    }

    #marquee-news {
        background: #4f9e25;
        padding: 5px;
    }

    #ticker-title {
        border: none;
        padding: 5px 20px;
        background: #4f9e25;
        color: white;
        font-weight: bold;

    }

    #ticker-title:focus {
        outline: none;
    }

    #marquee {
        background: #004e7c;
        color: white;
        font-weight: bold;
    }

    .marquee-link {
        color: white;
    }