

#running-post{
	background-color: #383838;
	border-top: 1px solid #ccc;
	bottom: 0;
	color: rgb(34, 150, 57);
	height: 50px;
	-moz-box-shadow: #444444 1px 1px 2px;
	opacity: 0.9;
	
	position: fixed;
	top: auto;
	-webkit-box-shadow: #444444 1px 1px 2px;
	width: 100%;
	z-index: 101;
}
#running-post a{
	
	color: #ffffff;
	font-size: 11px;
	/*! margin: 0 10px; */
	padding-left: 0px;
	text-decoration: none;
}
#running-post a:hover{ color: #ffff00; }
