
.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%;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 50px;
    position: relative;
    cursor: pointer;
    /* border: 1px solid #168575; */
    background: rgba(253, 204, 85, 0.2);
    /* box-shadow: 2px 2px 5px #000; */
}
.marquee-sibling {
	padding: 0;
    background: #9e2316;
    width: 18%;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 20;
}

.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: 44px;
    color: #565656;
    font-size: 15px;
    font-weight: 600;
}

.marquee-content-items li a{
  color: #9e2316;
  font-size: 12px;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}

h1 {
	text-align: center;
	font-size: 3em;
}

.content {
	display: block;
	
	
	padding-top: 2em;
	overflow: hidden;
	margin: 0 auto;

}
.content *{
	-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;
}