.player-color-rank-5 {
	color: rgb(var(--color-player-rank-5));
}
.player-color-rank-7 {
	color: rgb(var(--color-player-rank-7));
}

.staff-card img {
	height: 64px;
	width: 64px;
}

.staff-card img.offline {
	border: 3px solid #898989;
	border-radius: 4px;
}

.staff-card img.online {
	border: 3px solid #57cbde;
	border-radius: 4px;
}

.staff-card img.busy {
	border: 3px solid #e4ca63;
	border-radius: 4px;
}

.staff-card img.away {
	border: 3px solid #e4ca63;
	border-radius: 4px;
}

.staff-card a {
	color: #FFF;
}

.staff-card a:hover {
	color: rgb(var(--color-yellow));
	text-decoration: underline;
}

.staff-card .staff-name > a {
	text-decoration: none;
}

.staff-card .staff-name > a:focus,
.staff-card .staff-name > a:hover {
	text-decoration: none;
	transform: scale(1.25);
}
