/* This section is used when you are displaying votes as a ticker */
.tickercontainer {
	border: 0px solid #E5E5E5;
	background-color: #fff;
	font-size: 1em;
	padding: 0px 0px;
	text-align: center;
	margin: 0px 0px;
	color: #545454;
	cursor: default;
text-align: right;
}
.tickertext .votelink {
	border-bottom: 0px solid #E5E5E5;
	border-left: 0px solid #E5E5E5;
	border-right: 0px solid #E5E5E5;
	border-top: 0px;
	background-color: #ffffff;
	font-size: 1em;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: right;
	color: #545454;
	text-decoration: none;
}
