#follow-container {
	display: table;
	width: 100%;
}

#activity,
#follow {
	display: table-cell;
}

#follow {
	padding-left: 20px;
    min-width: 500px;
}

.user-profile .activity-toolbar {
	float: right;
}

.user-profile .activity-toolbar > a {
	vertical-align: middle;
}

.user-profile .rss-icon {
    background: url(../../../images/icons/feed-icon-16x16.png);
}

.user-profile .email-notification-icon {
    background: url(../../../images/icons/actions/watch_16.png);
}