.node-links li.comment_forbidden {
	font-size: 15px;
	background: #eee;
	padding: 5px;
	border-radius: 5px;
	margin-top: -5px;
}

.node-links li.comment_forbidden span a {
	float: none !important;
	display: inline !important;
	color: #48a;
}

.poll {
	margin-top: 20px;
}

.poll .text {
	font-weight: bold;
}

.poll .percent {
  position: relative;
  top: -30px;
  font-size: 13px;
  color: #999;
}

.poll .total {
	font-size: 16px;
	margin-bottom: 20px;
}

.poll .bar {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.poll .bar .foreground {
	height: 30px;
	background: #4488AA;
	margin: 10px 0;
	border-radius: 5px;
}

#block-comminit_networks_groups-group_management .block-content {
  font-size: 18px;
}
#block-comminit_networks_groups-group_management .block-content .item-list {
	background: #fff;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
}
#block-comminit_networks_groups-group_management .block-content li {
	padding: 0;
}
#block-comminit_networks_groups-group_management .block-content a {
	display: block;
	padding: 8px;
}