@charset "UTF-8";
/* CSS Document */

#sidebar .webphys_sidebar_top_rated ol.top_rated_posts li.top_post_title {
	background: none;
	border: none;
	display: list-item;
	font-size: 1.1em;
	list-style: decimal outside none;
	margin: 0;
	margin: 0 0 0 25px;
	padding: 4px 0;
}
#sidebar .webphys_sidebar_top_rated ul.top_rated_posts li.top_post_title {
	background: none;
	border: none;
	display: list-item;
	font-size: 1.1em;
	list-style: disc outside none;
	margin: 0 0 0 25px;
	padding: 4px 0;
}
#sidebar .webphys_sidebar_top_rated ol.top_rated_posts li.top_post_title:first-child,
#sidebar .webphys_sidebar_top_rated ul.top_rated_posts li.top_post_title:first-child {
	margin-top: 10px;
}
.user_setting {
	padding: 5px 0 5px 10px;
}
.user_setting.off {
	display: none;
}
.user_setting.on {
	display: block;
}