.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana,Geneva,sans-serif;
}

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

.marquee-sibling {
    padding: 0;
    background: #820a1c;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    left: 0;
    z-index: 2000;
    padding:0 0 0 0
}

.marquee-sibling span {
    width:16px;
    padding:0 15px;
}

.marquee, *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    line-height:50px;
}
.marquee-text {
    line-height: 50px;
    width:100%;
}



 