/* Usergroup Username Styles */
.username-admin {
  color:#CA0404;
  font-weight: bold;
  font-style: italic;
}

.username-assistantadmin {
  color:#6000AF;
  font-weight:bold;
  font-style: italic;
  text-shadow:1px 1px 1px fuchsia;
}

.username-banned {
  text-decoration: line-through;
}

.username-bot {
  color: #008080;
  font-weight: bold;
}

.username-contributor {
  color: #8044FF;
  font-weight: bold;
}

.username-eventstaff {
  color: #008000;
  font-weight: bold;
}

.username-formerstaff {
  font-style: italic;
}

.username-helpfulmember {
  color: #f23d6d;
  font-weight: bold;
}

.username-innovator {
  color: #FF8011;
  font-weight: bold;
}

.username-moderator {
  color:#4040CC;
  text-shadow:1px 1px 2px lightblue;
  font-weight: bold;
}

.username-newsteam {
  color: #008080;
  font-weight: bold;
}

.username-staffadmin {
  color: #4195b5;
  font-weight: bold;
  font-style: italic;
}

.username-supermoderator {
  color:#327E77;
  font-weight:bold;
  font-style: italic;
  text-shadow:1px 1px 1px lightgreen;
}

