/* Shared Table */
table {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: var(--text);
	width: 960px;
	border-spacing: 0;
	margin-bottom: 40px;
	margin-top: 40px;
}

th {
	text-align: left;
	padding: 15px;
	color: var(--pri);
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 12pt;
	background-color: white;
}

tr {
	background-color: var(--table-dark);
}

tr:nth-child(even) {
	background-color: var(--table-light);
}

.detail tr { background-color: var(--table-light);}
.detail tr:nth-child(even) { background-color: var(--table-dark);}

td {
	padding: 15px;
}

.players {
	width:80%;
}

.players3 {
	width:80%;
}

.players2 td:nth-child(2) a,
.players3 td:nth-child(2) a,
.players td:nth-child(2) a,
.players td:nth-child(3) a,
.clubs td:nth-child(1) a,
.tourneys td:nth-child(1) a {
	color: var(--text);
	text-decoration: none;
}

.players2 td:nth-child(2) a:hover,
.players3 td:nth-child(2) a:hover,
.players td:nth-child(3) a:hover,
.players td:nth-child(2) a:hover,
.clubs td:nth-child(1) a:hover,
.tourneys td:nth-child(1) a:hover {
	color: var(--sec);
}

tr:nth-child(2) td:first-child {border-top-left-radius: 10px;}
tr:nth-child(2) td:last-child {border-top-right-radius: 10px;}
tr:last-child td:first-child {border-bottom-left-radius: 10px;}
tr:last-child td:last-child {border-bottom-right-radius: 10px;}

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

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

/* Shared Triangle */
.tri-switch {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12.124px solid var(--pri);
	display: inline-block;
	margin-left: 10px;
}

.flip {
	border-bottom: 12.124px solid var(--pri);
	border-top: 0px solid transparent;
}

.active-down {border-top: 12.124px solid var(--sec);}
.active-up {border-bottom: 12.124px solid var(--sec);}

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

.flip:hover {
	border-bottom: 12.124px solid var(--ter);
	border-top: none;
}

/*Player Table*/
.profile-pic {
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background-color: var(--text);
	clip-path: circle(50% at 50% 50%);
	overflow: hidden;
}

.profile-pic img {
	width: 100%;
}

.profile-pic2 {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: var(--text);
	clip-path: circle(50% at 50% 50%);
	overflow: hidden;
}

.profile-pic2 img {
	width: 100%;
}

tr .players {
	height: 100px;
}

tr .players2 {
	height: 80px;
}

tr:first-child .players {
	height: auto;
}

td .players {
	padding: 20px;
}

td .players2 {
	padding: 10px;
}

.players td:nth-child(1) {
	width: 65px;
}

.players td:nth-child(2) {
	width: 250px;
}

.players td:nth-child(3) {
	width: 350px;
}

.players td:nth-child(4) {
	width: 125px;
}

.players3 td:nth-child(1) {
	width: 65px;
}

.players3 td:nth-child(2) {
	width: 250px;
}

.players3 td:nth-child(3) {
	width: 150px;
}

.players3 td:nth-child(4) {
	width: 150px;
}



.players2 td:nth-child(1) {
	width: 65px;
	font-size:18px;
}

.players2 td:nth-child(2) {
	width: 200px;
	font-size:18px;
}

.players2 td:nth-child(3) {
	width: 75px;
	font-size:18px;
	
}

/* Club table */

.clubs td:nth-child(1) {
	width: 200px;
}

.clubs td:nth-child(2) {
	width: 50px;
}

.clubs td:nth-child(3) {
	width: 150px;
}

/* Tourney table */

.tourneys td:nth-child(1) {
	width: 250px;
}

.tourneys td:nth-child(2) {
	width: 50px;
}

.tourneys td:nth-child(3) {
	width: 100px;
}


/* Tourney table */

.awards td:nth-child(1) {
	width: 50px;
}

.awards td:nth-child(2) {
	width: 250px;
}

.awards td:nth-child(3) {
	width: 100px;
}
