[component="header/usercontrol"] {
	[component="header/profilelink"] > div, .user-status > div {
		min-width: 1.25em; // match fontawesome fixed width
	}
	.user-status i.fa-check {
		display: none;
	}
	.user-status.selected i.fa-check {
		display: block;
	}
}