/**
 * General Style for Rating Form
 */
/* Top Rating Results Widget */
.rf_top_ratings_widget a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.rf_top_ratings_widget .rf_place {
	font-weight: bold;
	padding-right: 5px;
}
.rf_top_ratings_widget .rf_avg_rating {
	padding-left: 5px;
}
.rf_top_ratings_widget .rf_post_content {
	display: block;
}
.rf_top_ratings_widget .rf_widget_list {
	list-style-type: none;
}
.rf_top_ratings_widget .rf_widget_list li {
	margin: 0;
}
.rf_top_ratings_widget .rf_widget_list .rating_form li {
	font-size: 13px;
}
.rf_top_ratings_widget .rf_widget_list li img {
	width: 13px;
	height: 13px;
}
/* Spinner */
@-moz-keyframes cyto-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes cyto-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes cyto-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.cyto-spin {
    -webkit-animation: cyto-spin 2s linear infinite;
    -moz-animation: cyto-spin 2s linear infinite;
    animation: cyto-spin 2s linear infinite;
	padding: 0 !important;
}