.info td:nth-child(1) {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: var(--pri);
	width: 60px;
}

.info td:nth-child(2) {
	font-family: 'Open Sans', sans-serif;
	color: var(--text);
}

.info tr {
	background-color: white;
	font-size: 14pt;
}

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


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

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


.center-block {
	padding: 15px 10px 15px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15pt;
	color: var(--text);
	display: flex;
	justify-content: center;
	flex-wrap: no-wrap;
	flex-direction: column;
	align-items: center;
	width: 760px;
}


h3 {
	font-size: 15pt;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: var(--pri);
}

.text-block {
	font-family: 'Open Sans', sans-serif;
	padding: 15px 110px 15px 110px;
	font-size: 15pt;
	color: var(--text);
	width: 760px;
}


/* games table */
/* it's a nightmare rn. I'm sorry to whoever has to deal with this, including myself */

table.games.expand {
	margin: 0px;
	table-layout: fixed;
}

table.games {
	table-layout: fixed;
}

.games tr {
	background-color: transparent;
}

.games tr td {
	background-color: var(--table-light);
}

.games tr:nth-child(4n+3) td {
	background-color: var(--table-dark);
}

.games tr:nth-child(4n) td {
	background-color: var(--table-dark);
}

.games td {
	display: flex;
	justify-content: space-around;	
}

.games td .cell:nth-child(1) {
	width: 550px;
	display: flex;
}

.games td .cell:nth-child(2) {
	width: 200px;
	display: flex;
	justify-content: flex-end;
}

.games td .cell:nth-child(3) {
	width: 150px;
	display: flex;
	justify-content: flex-end;
}

.games td .cell:nth-child(4) {
	width: 50px;
	display: flex;
	justify-content: flex-start;
}

.games td .cell2:nth-child(1) {
	width: 400px;
	display: flex;
}

.games td .cell2:nth-child(2) {
	width: 100px;
	display: flex;
	justify-content: flex-end;
}

.games td .cell2:nth-child(3) {
	width: 100px;
	display: flex;
	justify-content: flex-end;
}

.games td .cell2:nth-child(4) {
	width: 150px;
	display: flex;
	justify-content: flex-start;
}

.games td .cell2:nth-child(5) {
	width: 50px;
	display: flex;
	justify-content: flex-start;
}



.games .expand tr:nth-child(2n) td {
	background-color: var(--table-light);
}
.games .expand tr:nth-child(2n+1) td{
	background-color: var(--table-dark);
}

.games tr:first-child td:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.games tr:nth-child(2) td:first-child,
.games tr:nth-child(2) td:last-child {
	border-radius: 0px;
}

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

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

.games .expand td {
	padding: 10px;
	display: table-cell;
}

.games .expand td:nth-child(1) {width:10px;}
.games .expand td:nth-child(2) {width:200px;}
.games .expand td:nth-child(3) {width:100px;}








table.cgames.expand {
	margin: 0px;
	table-layout: fixed;
}

table.cgames {
	table-layout: fixed;
}

.cgames tr {
	background-color: transparent;
}

.cgames tr td {
	background-color: var(--table-light);
}

.cgames tr:nth-child(4n+3) td {
	background-color: var(--table-dark);
}

.cgames tr:nth-child(4n) td {
	background-color: var(--table-dark);
}

.cgames td {
	display: flex;
	justify-content: space-around;	
}

.cgames td .cell:nth-child(1) {
	width: 550px;
	display: flex;
}

.cgames td .cell:nth-child(2) {
	width: 200px;
	display: flex;
	justify-content: flex-end;
}

.cgames td .cell:nth-child(3) {
	width: 150px;
	display: flex;
	justify-content: flex-end;
}


.cgames td .cell:nth-child(4) {
	width: 150px;
	display: flex;
	justify-content: flex-end;
}
.cgames td .cell:nth-child(5) {
	width: 50px;
	display: flex;
	justify-content: flex-start;
}


.cgames td .cell2:nth-child(1) {
	width: 400px;
	display: flex;
}

.cgames td .cell2:nth-child(2) {
	width: 100px;
	display: flex;
	justify-content: flex-end;
}

.cgames td .cell2:nth-child(3) {
	width: 100px;
	display: flex;
	justify-content: flex-end;
}

.cgames td .cell2:nth-child(4) {
	width: 150px;
	display: flex;
	justify-content: flex-start;
}

.cgames td .cell2:nth-child(5) {
	width: 50px;
	display: flex;
	justify-content: flex-start;
}



.cgames .expand tr:nth-child(2n) td {
	background-color: var(--table-light);
}
.cgames .expand tr:nth-child(2n+1) td{
	background-color: var(--table-dark);
}

.cgames tr:first-child td:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cgames tr:nth-child(2) td:first-child,
.cgames tr:nth-child(2) td:last-child {
	border-radius: 0px;
}

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

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

.cgames .expand td {
	padding: 10px;
	display: table-cell;
}

.cgames .expand td:nth-child(1) {width:10px;}
.cgames .expand td:nth-child(2) {width:200px;}
.cgames .expand td:nth-child(3) {width:100px;}









.hidden {
	display: none;
}
/*
.games tr:nth-last-child(2) td{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.no-rad {
	border-radius: 0px;
}
*/


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

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

/* triangle */

.tri-expand {
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 12.124px solid var(--pri);
	margin-left: 10px;
	display: inline-block;
}

.tri-expand.flip {
	border: 7px solid transparent;
	border-top: 12.124px solid var(--sec);
}

.tri-expand:hover {
	border-left: 12.124px solid var(--ter);
}

.tri-expand.flip:hover {
	border: 7px solid transparent;
	border-top: 12.124px solid var(--ter);
}

.tri-2expand {
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 12.124px solid var(--pri);
	margin-left: 10px;
	display: inline-block;
}

.fl2ip {
	border: 7px solid transparent;
	border-top: 12.124px solid var(--sec);
}

.tri-2expand:hover {
	border-left: 12.124px solid var(--ter);
}

.fl2ip:hover {
	border: 7px solid transparent;
	border-top: 12.124px solid var(--ter);
}

