.page-topic {
	[component="topic/browsing-users"] {
		text-transform: initial;
	}
	[component="topic/browsing-users"] [data-uid] a {
		position: relative;
		display: block;
	}

	[component="topic/browsing-users"] [data-uid] a .compose-icon {
		position: absolute;
		opacity: 0;
		font-family: "FontAwesome";
		content: "\f11c";
		padding: 4px 0.25em;
		top: 0;
		left: 0px;
		font-size: 15px;
		-webkit-transition: opacity ease 250ms, top ease 250ms;
		-o-transition: opacity ease 250ms, top ease 250ms;
		transition: opacity ease 250ms, top ease 250ms;
	}
	[component="topic/browsing-users"] [data-uid] a.composing .compose-icon {
		opacity: 1;
		top: 16px;
		-webkit-animation: topic-reply-pulse 2s ease-in infinite;
		-o-animation: topic-reply-pulse 2s ease-in infinite;
		animation: topic-reply-pulse 2s ease-in infinite;
	}
}