/* module-key = 'com.atlassian.confluence.plugins.confluence-frontend:view-follow-resources', location = '/includes/css/viewfollow.css' */
#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(/s/8il50c/9401/1kw57gy/20.1.31/_/download/resources/com.atlassian.confluence.plugins.confluence-frontend:view-follow-resources/../../../images/icons/feed-icon-16x16.png);
}

.user-profile .email-notification-icon {
    background: url(/s/8il50c/9401/1kw57gy/20.1.31/_/download/resources/com.atlassian.confluence.plugins.confluence-frontend:view-follow-resources/../../../images/icons/actions/watch_16.png);
}

#viewfollow-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#viewfollow-header-container .activity-toolbar {
    margin-top: 1px;
}