body {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center
}

input,
textarea {
	background-color: inherit !important;
	color: inherit !important;
	border: 1px solid #888;
	border-radius: 0px;
}

input {
	height: 25px;
	font-family: inherit !important;
}

textarea {
	font-family: Consolas, 'Courier New', Courier, monospace;
}

button {
	padding: 10px 20px 10px 20px;
	background-color: #444;
	color: #FFF;
	font-family: inherit !important;
	border: 1px solid #444;
	border-radius: 0px;
	cursor: pointer;
}

#leftPanel,
#rightPanel {
	z-index: 2;
	margin: 0;
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center
}

#midPanel {
	z-index: 1;
	margin: 0;
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.page {
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

#pagenumber {
	position: absolute;
	bottom: 25px;
	right: 25px;
	font-size: 25px;
	font-weight: 900;
}

#visitors {
	position: absolute;
	bottom: 25px;
	left: auto;
	right: auto;
	font-size: 25px;
	font-weight: 900;
}

.game-card {
	margin: 10px;
	border: 3px solid #FFF;
	border-radius: 10px;
	width: 240px;
	height: 120px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center
}

.game-card-title {
	font-size: 108px;
	margin: 0 20px 0 10px
}

.circle-6 {
	margin: 0;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.circle-60 {
	margin: 0;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.inverted {
	color: #000
}

.hidden {
	display: none !important
}

.bigtitle {
	font-size: 108px;
	margin: 0
}

.bigtitle2 {
	font-size: 72px;
	margin: 0
}

.title {
	font-size: 36px;
	margin: 0
}

.title2 {
	font-size: 24px;
	margin: 0
}

.text {
	margin: 0
}

.link {
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: 900;
	margin: 0
}

.link-old {
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px;
	margin: 0
}

.link-old::before {
	content: '⯈'
}

.rankup {
	color: #0C0
}

.rankup::before {
	content: '⯅'
}

.rankdown {
	color: #F00
}

.rankdown::before {
	content: '⯆'
}

.rankunchanged {
	color: #CC0
}

.rankunchanged::before {
	content: '*'
}

.rankunknown {
	color: #888
}

.rankunknown::before {
	content: 'N/A'
}

.progress-0 {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: url('img/progressbar/progressbar.png') 0 0
}

.progress-20 {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: url('img/progressbar/progressbar.png') 0 -50px
}

.progress-40 {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: url('img/progressbar/progressbar.png') 0 -100px
}

.progress-60 {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: url('img/progressbar/progressbar.png') 0 -150px
}

.progress-80 {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: url('img/progressbar/progressbar.png') 0 -200px
}

.progress-100 {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: url('img/progressbar/progressbar.png') 0 -250px
}