/******CSS for usage with dev.ProfileTags.js and MediaWiki:ProfileTags 
Replacement for MediaWiki:Common.js/userRightsIcons.js *****/
/*Change background color of all user tags to white*/
.user-identity-header__tag {
	background-color: rgba(255,255,255,0.8) !important;
	color: black !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	/*margin-right:0 !important;*/
}
/*Admin tags uses Wikia badge*/
.tag-\[\[project\:administrators\|administrator\]\] a::before,
.tag-\[\[project\:administrators\#moderators\|moderator\]\] a::before,
.tag-\[\[project\:bureaucrats\|lotus\]\] a::before {
	content:url('https://static.wikia.nocookie.net/warframe/images/c/c7/Wikia_Badge_2.png/revision/latest/scale-to-height-down/18') " ";
	vertical-align:-15%;
}
/*DE staff tags uses Lotus badge*/
.tag-\[\[digital_extremes\|digital_extremes\]\] a::before {
	content:url('http://static.wikia.nocookie.net/warframe/images/e/e4/Lotusiconsmall.png/revision/latest/scale-to-height-down/18') " ";
	vertical-align:-15%;
}
/*Founders use their respective badge*/
.tag-\[\[founders\|disciple\]\] a::before {
	content:url('https://static.wikia.nocookie.net/warframe/images/3/3e/DiscipleBadge.png/revision/latest/scale-to-height-down/18') " ";
	vertical-align:-15%;
}
.tag-\[\[founders\|hunter\]\] a::before {
	content:url('https://static.wikia.nocookie.net/warframe/images/2/2d/HunterBadge.png/revision/latest/scale-to-height-down/18') " ";
	vertical-align:-15%;
}
.tag-\[\[founders\|master\]\] a::before {
	content:url('https://static.wikia.nocookie.net/warframe/images/d/d2/MasterBadge.png/revision/latest/scale-to-height-down/18') " ";
	vertical-align:-15%;
}
.tag-\[\[founders\|grand_master\]\] a::before {
	content:url('https://static.wikia.nocookie.net/warframe/images/f/f2/GrandMasterBadge.png/revision/latest/scale-to-height-down/18') " ";
	vertical-align:-15%;
}