﻿body {
	background-color: transparent;
}

.scrolling-left {
	width: 100%;	
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(100, 100, 100, 0);
	/*border: solid;
	border-width: 2px 0 2px 0;
	border-color: rgba(0, 0, 0, .1);*/
}

.scrolling-content {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	font-size: 1.2em;
	color: white; /*rgb(220, 0, 0);*/
	position: relative;
}
