
.simple-marquee-container {
    width: 100%;
    background: #0066cc;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 60px;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

    .simple-marquee-container .marquee-sibling {
        padding: 0;
        background: rgb(0, 181, 152);
        width: 20%;
        height: 60px;
        line-height: 42px;
        font-size: 20px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        margin-top: 0;
        z-index: 1000;
    }

    .simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
        display: inline-block;
        white-space: nowrap;
        position: absolute;
    }

    .simple-marquee-container .marquee {
        margin-left: 25%;
    }

    .simple-marquee-container .marquee-content-items {
        display: inline-block;
        padding: 5px;
        margin: 0;
        height: 45px;
        position: relative;
    }

        .simple-marquee-container .marquee-content-items li {
            display: inline-block;
            line-height: 35px;
            color: #fff;
            font-size: 20px;

        }

            .simple-marquee-container .marquee-content-items li a {
                display: inline-block;
                line-height: 35px;
                color: #fff;
            }
            .simple-marquee-container .marquee-content-items li a:hover {
                display: inline-block;
                line-height: 35px;
                color: #00ff90;
            }


            .simple-marquee-container .marquee-content-items li:after {
                content: "|";
                margin: 0 1em;
            }

.vertical-center {
    margin-top: 5px; 
}