/* Frontend CSS  */

.overview-table {
	width: 100%;
}

.overview-table th {
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	background: black;
	color: white;
}

.overview-table td {
	padding: 5px;
	text-align: center;
}

.overview-wrapper h2 {
	margin-top: 30px;
}

.stat-source {
	font-size: 0.8rem;
}

.stats-section {
	margin: 4rem 0;
}

.stats-table {
	margin: 2rem 0;
}

