Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.usergroup {
	border:2px solid transparent;
}

.usergroup a, .usergroup a:visited, .usergroup a:hover,
.usergroup a.new, .usergroup a.new:visited, .usergroup a.new:hover {
	color: inherit;
}

.usergroup-autoconfirmed, .usergroup-confirmed {
	background-color: #53585d;
	color: white;
}

.usergroup-extendedconfirmed {
	background-color: #2f66cd;
	color: white;
}

.usergroup-reviewer {
	background-color: #ccd4dd;
	color: black;
}

.usergroup-extendedmover {
	background-color: #078907;
	color: white;
}

.usergroup-templateeditor {
	background-color: #e12c71;
	color: white;
}

.usergroup-sysop {
	background-color: #998100;
	color: white;
}

.usergroup-interface-admin {
	background-color: #ff3e3e;
	color: white;
}

.usergroup-bot::before {
	content: "\1F916  ";
}

.usergroup-blocked {
	text-decoration: line-through;
	text-decoration-style: double;
}

.usergroup-blockedpartial {
	text-decoration: line-through;
	text-decoration-style: solid;
}