.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%;
    /*background: linear-gradient(to left, rgb(192, 36, 37), rgb(240, 203, 53));*/
    background: linear-gradient(to left, rgb(152, 0, 0), rgb(240, 203, 53));
    float: left;
    bottom: 0px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
}

.marquee-sibling {
    padding: 0;
    position: relative;
    /*background: rgb(42, 53, 66);*/
    background-image: url(/assets/img/rotate147495578173812.gif);
    background-size: cover;
    width: 210px;
    height: 45px;
    /*line-height: 42px;*/
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
    /*    border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;*/
}

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

.marquee{
    margin-left: 25%;
}

.marquee-content-items{
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
    /*    border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;*/
}

.marquee-content-items li{
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 17px;
    font-family:Times New Roman, serif;
    font-weight: 600;
}

.marquee-content-items .ticker_li:before{
    content: ">";  
    cursor:crosshair;
    color: rgb(255, 229, 16);
    margin-left: 50px;
    margin-right: 4px;
    font-size: 22px;
}

.ms2{                 
    padding: 0;
    background: #312a2a;
    width: 105px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    float: right;
    right: 0;
    z-index: 2000;
    position: relative;  
    /*    border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;    */
}

.ticker-date{
    font-size:11px;font-weight: 100;line-height: 15px;
}

.marquee-content-items li a{
    color: #fff;
}
.marquee-content-items li a:hover{
    color: #f9d212;

    /*text-shadow: 0.5px 0px;*/
    /*font-weight: 500;*/
}

/*.marquee-sibling strong{
    float: right;
    margin-right: 12px;
}*/