#box {
	background-color: rgb(187, 202, 240);
	color: rgb(0, 0, 0);
	font-size: 14px;
	border: 1mm ridge rgba(187, 202, 240, .6);;
	font-family: Jersey10-Regular;
	padding: 15px;
}

/*
#box {
	background-color: rgb(255, 255, 255, 0);
	color: rgb(213, 241, 247);
	font-size: 25px;
    text-align: center;
	border: 0px;
	border-radius: 10px;
	font-family: 'Quantico-Italic', sans-serif;
	padding: 5px;
}

#box::placeholder {
    color: rgb(213, 241, 247);
    opacity: 0.75;
}
*/

.leaderboard {
	overflow-y: auto;
	overflow: overlay;
	background-color: rgba(0, 0, 0, 0.25);
}

.leaderboard::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.leaderboard::-webkit-scrollbar-track {
	background: transparent;
}
.leaderboard::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255, 0.9);
	border-radius: 8px;
}

.results {
	width: 100%;
	border-collapse: collapse;
}

.results td {
    padding: 7px;
	height: 35px;
}

.results td.rank {
	font-family: Jersey10-Regular, sans-serif;
	text-align: center;
	font-size: 16px;
	color: rgb(223, 223, 223);
	width: 35px;
}

.results td.name {
	font-family: Jersey10-Regular, sans-serif;
	text-align: left;
	font-size: 18px;
	color: rgb(254, 254, 254);
}

.results td.score {
	font-family: Jersey10-Regular, sans-serif;
	text-align: right;
	font-size: 18px;
	color: rgb(254, 254, 254);
	padding-right: 20px;
}