﻿.simple-ticker-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-ticker-container {
	width: 100%;
	/*background: rgb(212, 214, 209, 0.6);*/
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}

.ticker-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 45px;
	line-height: 42px !important;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2;
	
}

.ticker, *[class^="ticker"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.ticker{
  margin-left: 0%;
  border-bottom:1px solid white;
}

.ticker-content-items{
  display: inline-block;
  /*padding: 2px;*/
  margin: 0;
  height: 45px;
  position: relative;
}

.ticker-content-items li{
  display: inline-block;
  line-height: 35px !important;
  color: #fff;
  text-shadow:2px 2px 3px rgba(75, 77, 79, 1);
}

.ticker-content-items li:after{
	content: " ";
	margin: 0 5em;
}