#login-wrapper {

	border-radius: 5px;
	overflow: hidden;

	box-sizing: border-box;
	border-bottom: 5px solid #B12026;
	position: relative;
}

.body {
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	min-height: 50vh;
	max-height: 50vh;
}

.head {
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	color: #95B0D0;
	font-weight: bold;
	border-radius: 0px;
}

#template,
.row {
	font-size: 14px;
	color: #fff;
	height: auto;
	padding: 0.5%;
	white-space: nowrap;
	overflow: hidden;
}

#template:hover,
.row:hover {
	background: #B12026;
}

.row:nth-child(even):hover {
	background: #B12026;
}

.id,
.name,
.score,
.ping {
	display: inline-flex;
}

.head .id,
.head .name,
.head .score,
.head .ping {
	padding-top: 32px;
}

.id {
	padding-left: 20px;
	width: 10%;
}

.name {
	width: 35%;
}

.score {
	width: 30%;
}


#login-wrapper ::-webkit-scrollbar {
	width: 8px;
}

#login-wrapper ::-webkit-scrollbar-track {
	background: white;
}

#login-wrapper ::-webkit-scrollbar-thumb {
	background: #B12026;
}

.admin .id,
.admin .name,
.admin .score,
.admin .ping {
	color: #ff4f4f !important;
}

.lspd .id,
.lspd .name,
.lspd .score,
.lspd .ping {
	color: #4fa9ff;
}

.lsfd .id,
.lsfd .name,
.lsfd .score,
.lsfd .ping {
	color: #ff4fa9;
}

.gamemode {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #BEBEBE;
}

#playerNumbers {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #BEBEBE;

	text-align: right;
}
