.tickerwrapper {
	/* the outer div */
	position: relative;
	top: 0px;
	left: 0%;
	width: 99.9%;
	overflow: hidden;
	cursor: pointer;
}
ul.list {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.list li {
	float: left;
	padding-left: 20px;
}
ul.list li.listitemicon {
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.tickerwrapper .listitemicon svg {
	width: 20px;
	height: 20px;
	display: block;
}
.tickerwrapper .listitemicon svg path {
	fill: #06FF8B;
}
.tickerwrapper span {
	font-family: 'Source Code Pro';
	font-size: 33px;
	line-height: 35px;
	color: #06FF8B;
}
.list {
    display: flex!important;
    align-items: center;
}
li.listitem {
    flex: none;
}
