div.followlist-follow-btn {}
div.followlist-follow-btn button.follow-list {
	font-family: 'Arial', 'Helvetica', sans-serif !important;
	-webkit-appearance: none;
	border: 1px solid #999;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	height: 26px;
	padding: 5px 0 5px 15px;
}
div.followlist-follow-btn button.follow-list:active {
	top: 1px;
}
div.followlist-follow-btn.follow button.follow-list {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 0 #DDD;
	background: #FFF;
	background-image: -webkit-linear-gradient(top, #FFF, #DADADA);
	background-image: -moz-linear-gradient(top, #FFF, #DADADA);
	background-image: -ms-linear-gradient(top, #FFF, #DADADA);
	background-image: -o-linear-gradient(top, #FFF, #DADADA);
	background-image: linear-gradient(to bottom, #FFF, #DADADA);
}
div.followlist-follow-btn.follow button.follow-list:hover {
	background: #F8F8F8;
	background-image: -webkit-linear-gradient(top, #F8F8F8, #C6C6C6);
	background-image: -moz-linear-gradient(top, #F8F8F8, #C6C6C6);
	background-image: -ms-linear-gradient(top, #F8F8F8, #C6C6C6);
	background-image: -o-linear-gradient(top, #F8F8F8, #C6C6C6);
	background-image: linear-gradient(to bottom, #F8F8F8, #C6C6C6);
}
div.followlist-follow-btn.following button.follow-list {
	box-shadow: inset 0 1px 0 0 #37496f;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	background: #3F5A96;
	background-image: -webkit-linear-gradient(top, #3F5A96, #516AA0);
	background-image: -moz-linear-gradient(top, #3F5A96, #516AA0);
	background-image: -ms-linear-gradient(top, #3F5A96, #516AA0);
	background-image: -o-linear-gradient(top, #3F5A96, #516AA0);
	background-image: linear-gradient(to bottom, #3F5A96, #516AA0);
	color: #FFF;
}
div.followlist-follow-btn button.follow-list span.num-follows {
	border-left: 1px solid #5B75AB;
	font-size: 11px !important;
	display: inline-block;
	font-weight: bold;
	margin-left: 4px;
	padding: 6px 8px;
	margin-top: -5px;
	height: 24px;
	color: #FFF;
}
div.followlist-follow-btn.follow button.follow-list span.num-follows {
	border-left: 1px solid #CCC;
	color: #888;
}
.fa.fa-plus-circle {
	font-size: 12px !important;
	margin: 1px 3px 0 0;
	color: #0A0;
}
/* Needs override in FF pages */
#followfeed-container .fa.fa-plus-circle {
	font-size: 12px !important;
}