.marquee-container{
	width: 100%;
	height: 50px;
	background: white;
	position: relative;
	overflow: hidden;
	border: solid 2px #f1f1f1;
	border-radius: 4px 4px 4px 4px;
  }
  
  .marquee-sibling {
	padding: 0;
	background: #3BB0D6;
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	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 li {
	display: inline-block;
	line-height: 40px;
	color: black;
  }
  .marquee-content-items li a {

	color: black !important;
	font-size: 16px !important;
  }
  .marquee-content-items li a:hover {

	color: #035abc !important;
	text-decoration: underline;
  }
  
  .marquee-content-items li:after {
	content: "";
	margin: 0 1em;
  }