.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	 
}
.simple-marquee-container {
	width: 100%;
	background: #fff;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 30px;
	position: relative;
	cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	 padding: 0 25px;
	height: 30px;
	line-height: 32px;
	font-size: 16px;
    text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
    background-image: linear-gradient(153deg, #ff4545 -32%, #d283fc 65%);
    font-weight: 500
}

.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: 0px 5px;
  margin: 0;
  height: 30px;
  position: relative;
}

.simple-marquee-container .marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: black;
    margin: 0 40px;
    font-size: 14px;
}

.simple-marquee-container .marquee-content-items li a{
   font-size: 14px;
    color: #5c5c5c;
    font-weight: 500
}
.simple-marquee-container .marquee-content-items li a span{
    margin-left: 15px;
}
.simple-marquee-container .marquee-content-items li a span.red{
   font-weight: 600;
    color: #ff4545
}.simple-marquee-container .marquee-content-items li a span.green{
  
   font-weight: 600;
    color: #04de47
}

.simple-marquee-container .marquee-content-items li:after{
	 
}
