

.content {
	display: block;
	overflow: hidden;
	width:100%;
	max-width:960px;
	margin:0 auto;
	}

.container {
	width: 100%;
	/*background: grey;*/
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
	
		color:#fff;
	font-size:14px;
	font-weight:300;
	display: inline;
	text-decoration:none !important;
	padding:1%;
}

.marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.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;
}

.marquee-content-items a {
  display: inline-block;
  line-height: 35px;
  color: #fff;
}


.marquee a, *[class^="marquee"] a
{
	color:#fff;
	font-size:14px;
	font-weight:300;
	display: inline;
	text-decoration:none !important;
	padding-right:2%;
}


.marquee a:after{
	content: "|";
	margin: 0 1em;
}

.marquee_border
{
	border-right:2px solid #fff;
}