.awards_info{
	font-size: 1rem;
	padding: 2.5px 5px;
	border: 1px #666 dashed;
	width: calc(100% - 10px);
	margin: auto;
	background: linear-gradient(#999, #333);
	color: #fff;
	margin-bottom: -5px;
}

#latestAwards{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	column-gap: 10px;
	padding: 0px 10px;
}
#latestAwards div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px var(--3rd_clr) solid;
	padding: 10px 5px;
	width: 150px;
	height: fit-content;
	text-align: center;
	background: linear-gradient(#e66465, #9198e5);
}
#latestAwards div div{
	background: none;
}
#latestAwards div img{
	border: 4px var(--sec_clr) solid;
}

.profilePic{
	width: 70px;
	height:70px;
	border-radius: 50%;
	pointer-events: none;
}
#latestAwards .dualPics .profilePicDual{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	pointer-events: none;
	margin: 0;
	padding: 0;
}
#latestAwards .dualPics{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 2px;
	padding: 5px 0;
	margin: 0;
	border: 0px solid white;
	width: fit-content;
}
.awardName{
	font-size: 1.2rem;
	font-weight: 600;
}

.awardCat{
	background: var(--3rd_clr);
	color: var(--sec_clr);
	width: 100%;
	padding: 5px;
	border-radius: 10px;
	font-weight: 600;
}
#awards{
	padding: 10px;
}
#awards	table{
	width:calc(100% - 10px);
	font-size: 1rem;
	border-spacing: 0;
	border:2px #000 solid;
	margin: 20px 5px;
	table-layout: fixed;
}

/* === First Row === 
_____________
|\\\|\\\\|\\\|
*/
#awards table tr:nth-of-type(1){
	padding: 5px;
	height: auto;
	font-weight: bolder;
	border: 2px red solid;
}
/* === First Row | All Columns === */
_____________
|\\\|\\\|\\\|

#awards table tr:nth-of-type(1) td{
	width:100%;
}

/* === First Row | Column (1) & (3) === 
_____________
|\\\|   |\\\|
*/

#awards table tr:nth-of-type(1) td:nth-of-type(1),tr:nth-of-type(1) td:nth-of-type(3){
	background:#333;
	color: #fff;
	/*min-width:170px;*/
	width:auto;
	/*font-family: "comic sans ms";*/
	font-size: 1.2rem;
}

/* === First Row | Column (2) === 
_____________
|   |\\\|   |
*/
#awards table tr:nth-of-type(1) td:nth-of-type(2){
	/*background:#ccc;*/
	/*font-family: "Freestyle Script";*/
	background: linear-gradient(var(--sec_clr), var(--prim_clr));
	font-family: "Segoe Script";
	font-size: 1.2rem;
	font-style: italic;
	width: 250px;
	border-bottom: 2px #000 solid;
}
#awards table tr:nth-of-type(2){
	font-size: 1.1rem;
	font-weight: bold;
}
#awards table tr:nth-of-type(2) td:nth-of-type(1), #awards table tr:nth-of-type(2) td:nth-of-type(2), #awards table tr:nth-of-type(2) td:nth-of-type(4), #awards table tr:nth-of-type(2) td:nth-of-type(5){
	/*background:	#d2deeb;*/
	background:	#ccc;
	padding:auto 5px;
}
#awards table tr:nth-of-type(2) td:nth-of-type(2),#awards table tr:nth-of-type(2) td:nth-of-type(4){
	width: 120px;
}
#awards table tr:nth-of-type(2) td:nth-of-type(3){
	background: #333;
	color: #fff;
	padding:auto 5px;
	/*width: 80px;*/
}
#awards table tr:nth-of-type(n+3) td:nth-of-type(3){
	background: #333;
	color:var(--sec_clr);
}

#awards table tr:nth-of-type(n+3) td:nth-of-type(2),#awards table tr:nth-of-type(n+3) td:nth-of-type(4){
	min-width:150px;
	padding: 5px 2px;
	white-space: nowrap;
}

#awards table tr:nth-of-type(odd){
	background: #ddd;
}

#awards table tr:nth-of-type( even){
	/*background: #ddd;*/
}

#awards table:nth-of-type(3) tr:nth-of-type(n+3) td:nth-of-type(2),#awards table:nth-of-type(3) tr:nth-of-type(n+3) td:nth-of-type(4){
	font-size: 0.75rem;
}
/*#awards table:nth-of-type(18) tr:nth-of-type(2) td:nth-of-type(2),#awards table:nth-of-type(18) tr:nth-of-type(n+3) td:nth-of-type(2){
{
	background: #333;
}
#awards table:nth-of-type(18) tr:nth-of-type(2) td:nth-of-type(2),#awards table:nth-of-type(18) tr:nth-of-type(n+3) td:nth-of-type(2){
{
	background: #333;
}
#awards table:nth-of-type(19) tr:nth-of-type(2) td:nth-of-type(2){
	background: linear-gradient(var(--sec_clr), var(--prim_clr));
	font-family: "Segoe Script";
	font-size: 1.2rem;
	font-style: italic;
	width: 220px;
	column-span: "3";
	border-bottom: 2px #000 solid;
}*/

#awards_search{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
#awards_search ul{
	display: block;
	margin: auto;
	text-align: center;
	padding: 5px;
	gap: 20px;	
}
#awards_search ul li{
	display: inline-block;
	padding-top:-5px;
	padding: 2px 3px;
	white-space: no-wrap;
	margin: 10px 2px;
}
#awards_search a{
	font-size:1rem;
	white-space: no-wrap;
	color: var(--prim_clr);
	border: 2px var(--prim_clr) solid;
	background: var(--3rd_clr);
	border-radius: 5px;
	padding: 5px;
	margin: auto;
	transition: all 0.35s;
}
#awards_search a:hover{
	color: #000;
	background:var(--prim_clr);
	border: 2px var(--3rd_clr) solid;
}
#awards_search, #Open_Singles, #Open_Masters, #Champ_of_Champs, #Veteran_Singles, #Veteran_Masters, #Novice_Singles, #Open_2Bowl_Singles, #Open_Pairs, #Open_Triplets, #Veteran_Triplets_Any, #Veteran_Triplets, #Open_Fours, #Veteran_Fours_Any, #Veteran_Fours, #Mixed_Pairs, #Mixed_Fours, #Other_Pro10, #Other_League {
  scroll-margin-top: 80px;
}
.GotoTop{
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	bottom:20px;
	right: 20px;
	white-space: wrap;
	text-align: center;
}
.GotoTop a{
	display:flex;
	justify-content: center;
	align-items: center;
	background:#000;
	padding: 5px;
	border:2px var(--prim_clr) solid;
	border-radius: 50%;
	color: var(--prim_clr);
	width: 40px;
	height:40px;
	font-size:2rem;
	transition: all 0.25s;
	font-weight: 900;
}

.GotoTop a:hover {
	background:var(--prim_clr);
	color: #000;
	border:2px #000 solid;
}

@media only screen and (max-width: 600px) {
	.GotoTop a{
		font-size: 3rem;
		width: 50px;
		height:50px;
		padding: auto;
		margin: auto;
	}
}