.top-img h2 {
	font-size: 15pt;
	font-family: 'Open Sans', sans-serif;
	color: white;
	z-index: 2;
	position: absolute;
	top: 190px;
	width: auto;
}

.content h2 {
	width: 960px;
	font-family: 'Quicksand', sans-serif;
	font-size: 24pt;
	color: var(--pri);
	font-weight: 700;
}

/* top information */

.info tr {
	background-color: transparent;
}

.info td:nth-child(odd) {
	font-family: 'Quicksand', sans-serif;
	color: var(--pri);
	font-weight: 700;
	font-size: 15pt;
	text-align: right;
}

.info td:nth-child(even), .info a {
	font-family: 'Open Sans', sans-serif;
	color: var(--text);
	text-decoration: none;
	font-size: 15pt;
	text-align: left;
}

.info a:hover {
	color: var(--sec);
}

/* rankings table */

.rankings a {
	text-decoration: none;
	color: var(--text);
}

.rankings a:hover {
	color: var(--sec);
}

.rankings td:nth-child(1) {
	width: 10px;
}
