
h1 {
	text-align: center;
	font-size: 3em;
}

.marque_container {
	background: #fff;
/*	border: 1px solid #8CBE44;*/
	box-shadow: 2px 1px 5px 1px #ccc;
	float: left;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	height: 40px;
	position: relative;
	cursor: pointer;
	border-radius: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

.marquee-sibling {
	padding: 0;
	background: #46b42c;
	width: 100px;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 10;
}
.marquee-sibling:after {
	content: "";
	border-top: -80px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 60px solid #46b42c;
	position: absolute;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding: 2px 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: #2C1A4D;
  margin-right: 200px;
}
.marquee-content-items li a{
	font-weight: bold;
}
.marquee-content-items li a span {
	color:#8CBE44; 
	margin-left: 10px; 
	text-decoration:none;
}
.marquee-content-items li a:hover {
	color: #8CBE44;
}
