html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;

	background-color: black;
	background-image: url("../images/Background.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #a0a0a0;
	font: 18px Verdana, Geneva, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	font-weight: bold;
}

a:visited {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

#title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #A8CDE4;
	font: 28px Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.4em;
}

#pagecontainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	min-width: 840px;
	min-height: 100%;
	background-image: linear-gradient(to right, rgba(22, 22, 22, 0), rgba(22, 22, 22, 0.75) 40px, rgba(22, 22, 22, 0.75) calc(100% - 40px), rgba(22, 22, 22, 0));
}

#contentcontainer {
	min-height: 100%;
	height: 100%;
	margin: auto;
	width: 760px;
	border-color: white;
}

.center-content {
	text-align: center;
}

.title-block {
	font-weight: bold;
	color: white;
	font-size: 20px;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 2px solid #a0a0a0;
	margin-bottom: 5px;
}

/* Plots */
.plot {
	width: 700px;
	height: 200px;
}

.pie-chart {
	width: 150px;
	height: 150px;
}

.pie-container {
	margin-top: 4px;
	text-align: center;
	position: relative;
}

.pie-filling {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 2em !important;
}

.plot_container {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.graph-legend-label {
	color: #a0a0a0;
	text-align: left;
}

.pie-legend-label {
	color: #a0a0a0;
	text-align: left;
	font-size: 1.2em;
}

td.legendLabel {
	text-align: left;
}

/* Flex */
.flex-container-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-container-col {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: flex-start;
}

.flex-center-just {
	justify-content: center;
}

.flex-item {
	flex-grow: 1;
}

.flex-time {
	max-height: 1em;
}

.flex-item-legend {
	max-width: 150px;
}

/* Stats */
.player-font {
	color: #3399ff;
	font-weight: bold;
}

.player-count {
	color: #3399ff;
	font-weight: bold;
	font-size: 1.4em;
}

.server-font {
	color: #ff00ff;
	font-weight: bold;
}

.server-count {
	color: #ff00ff;
	font-weight: bold;
	font-size: 1.4em;
}

.time {
	color: rgb(136, 136, 136);
	font-size: 14px;
}
