.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.marquee-sibling {
    padding: 0;
    background: rgb(198, 11, 11);
    width: 12%;
    height: 30px;
    line-height: 27px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee {
    margin-left: 25%;
}

.marquee-content-items {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 -10px 0 0;
    height: 30px;
    position: relative;
    background-color: #006;
}

.marquee-content-items li {
    display: inline-block;
    line-height: 30px;
    color: #FFFFFF;
}

.marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
}