.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;
}
.simple-marquee-container {
	width: 95%;
	background: #3a1515;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	margin-left:40px;
	position: absolute;
	cursor: pointer;
}

.marquee-sibling {
	padding: 0;
	background: rgb(149, 27, 71);
	width: 125px;
	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 li{
  display: inline-block;
  line-height: 35px;
  color: #fff;
}
*/
.marquee-content-items li {
    display: inline-block;
    line-height: 15px;
    color: #fff;
    border-right: none;
    padding-right: 0px;
    margin-top: 10px;
}

/*.marquee-content-items li:after{
	content: "|";
	margin: 0 2em 0 2.5em;
}
*/
.marquee-content-items li:after {
    content: "|";
    padding-left: 11px;
	display: none;
}
.ticker a {
    color: #3fb4fb;
}
.ticker a:hover, .ticker a:focus, .ticker a:active {
    color: #3fb4fb !important;
}
.marquee-sibling h3 {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
}
ul.marquee-content-items li span {
    margin: 0 0px 0 20px;
    border-left: 2px solid #fff;
    padding-left: 18px;
    border-right: 2px solid #fff;
    padding-right: 28px;
}