.marqueecontentcontent {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #00a859;
}

.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;
	background-color: #00a859;
}
.simple-marquee-container {
	width: 100%;
	background: #00a859;
	
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 65px;
	position: relative;
	cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 65px;
	line-height: 62px;
	font-size: 18px;
	font-weight: normal;
	color: #fff213;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
	background-color: #00a859;
}

.simple-marquee-container .marquee{
  /*margin-left: 25%;*/
}

.simple-marquee-container .marquee-content-items{
	text-transform: uppercase;
	background-color: #00a859;
  display: inline-block;
  padding: 8px;
  margin: 0;
  height: 65px;
  position: relative;
	font-size: 24px;
	font-weight: bold;
}

.simple-marquee-container .marquee-content-items li{
  display: inline-block;
  line-height: 55px;
  color: #fff213;
	background-color: #00a859;
}

.simple-marquee-container .marquee-content-items li:after{
	background-color: #00a859;
	/*content: "|";
	margin: 0;*/
}
