.tiny {
	display: block;
	font-size: 10px; 
	line-height: 10px;
}

.player-card {
	background-color: #151515;
	border: 1px solid #353535;
	border-radius: 5px;
	max-width: 90%;
	margin: auto;
	overflow: hidden;
	margin-top: 10px;
}

.server-profile-picture {
	border-radius: 15px;
  width: 63px;
  margin-left: -5px;
  height: 63px;
  object-fit: cover;
  object-position: center;
}

.player-card > * {
	height: 100px;
}

.player-card > *:nth-child(1) {
	background-color: #252525;
	border-right: 1px solid #353535;
}
.player-card > *:nth-child(3) {
	background-color: #252525;
	line-height: 100px;
	font-size: 28px;
	color: #555;
	border-left: 1px solid #353535;
}

.player-card .avatar {
	background-size: cover;
	background-position: center;
}

.play-button {
	position: relative;
	line-height: 90px !important;
	color: #bbb !important;
}

.play-button small {
	position: absolute;
	bottom: -20px;
	left: 5px;
	right: 5px;
	text-align: center;
	font-size: 12px;
}

.height-63 {
	height: 63px !important;
	line-height: 63px !important;
}

.height-21 {
	height: 20px;
	line-height: 20px;
}
.height-30 {
	height: 30px;
	position: relative;
	line-height: 30px;
}

.fa-angle-double-right:before {
  content: "\f101"; 
}

.game-server {
	width: 320px;
	display: inline-block;
	vertical-align: top;
}

.game-server .panel-footer {
	background-color: #222;
}

.notification-count {
	border-radius: 50px;
	background-color: #111;
	border: 1px solid #333;
	position: absolute;
	top: -7px;
	right: -7px;
	padding: 3px;
	line-height: 12px;
	width: 20px;
	font-size: 10px;
}






