* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ticker-container {
	height: 30px;
	margin: 1rem;
	text-align: left;
	position: relative;
	overflow: hidden;

	color: white;
	background-color: white;
	color: black;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.ticker-container .ticker-caption {
		height: 100%;
		width: 100px;
	background-color: #EC0B43;
	display: table;
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 1;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: 		text-align: left;
	padding-left: 7px;
	font-size: 1rem;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
			margin-left: 12rem;
		height: 100%;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
			margin-left: 12rem;
		height: 100%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
		top: 0;
}
.ticker-container ul div.not-active {
		top: 30px;
}
.ticker-container ul div.remove {
	top: -30;
}
.ticker-container ul div li {
	padding: 1px 0 2px;
}
.ticker-container ul div li a {
	color: #EC0B43;
}




