
* {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;

	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility;
	font-family: 'Radiance','arial',sans-serif !important;
}

#Copy 
{
	width:600px;
	margin:auto;
	padding-bottom: 20px;

	font-size:14px;
	color:#888888;
	line-height:140%;
}

.LoginText
{
	font-size:14px;
	color:#888888;

	margin: auto;
	text-align: center;
}

#TeamForms
{
	width: 600px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

#TeamForms .Label
{
	width: 250px;
	font-size: 18px;
	color: #CCC;
	text-align: right;
	padding-right: 10px;
	padding-top: 14px;
	display: inline-block;
}

.Or
{
	text-align: right;
	padding-top: 12px;
}

#TeamForms .TeamName
{
	font-size: 18px;
	color: #3E6E80;
	width: 250px;
	text-align: left;
}

.TeamFormButton
{
	margin-top: 20px;
	display: flex;
	flex-direction: row-reverse;
}

#LegacyPlayerBlock,
#PlayerBlock
{
	width: 600px;
	margin: 10px auto;

	color: #888888;
}

#LegacyPlayerBlock .SmallButton,
#PlayerBlock .SmallButton
{
	min-width: 150px;
	text-align: center;
	margin-top: 2px;
}

#PlayerBlock .Disband .SmallButton,
#PlayerBlock .Transfer .SmallButton,
#PlayerBlock .TransferAdmin .SmallButton,
#PlayerBlock .SubmitTeamFanContent .SmallButton
{
	max-width: 200px;
	margin-left: 0px;
	margin-top: 12px;
}

.Transfer input
{
	width: 200px;
}

#LegacyPlayerBlock h1,
#PlayerBlock h1
{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3E6E80;
}

#LegacyPlayerList
{
	margin: 20px 0px;
}

#PlayerList
{
	margin: 10px 0px;
}

#TeamCaptainSelector 
{
	min-width: 180px;
}

.LegacyPlayer,
.Player
{
	display: flex;
	margin: 8px 0px;
	height: 24px;
}

.LegacyPlayer .Name,
.Player .Name
{
	padding-top: 4px;

	font-size: 14px;
	color: #AAAAAA;
	width: 300px;
}

.LegacyPlayer .NotRegistered
{
	font-size: 14px;
	color: red;
	flex-grow: 1;
	text-align: right;
	margin: 4px 0px;
}

.LegacyPlayer .RightSection,
.Player .RightSection
{
	flex-grow: 1;
	display: flex;
	flex-flow: row-reverse;
}


.Invited
{
	padding-top: 4px;

	font-size: 14px;
	text-transform: uppercase;
	color: #46b946;
}

.Confirmed
{
	padding-top: 4px;

	font-size: 14px;
	text-transform: uppercase;
	color: #0F0;
}

#InviteBlock
{
	display: flex;
}

#InviteBlock .SmallButton
{
	font-size: 16px;
	margin-left: 0px;
	margin-bottom: 20px;

}

#LegalPopup
{
	display: none;
	position: fixed;

	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	
	background: black;
	color: white;

	padding: 100px;
	padding-top: 200px;

	z-index: 99999;
}

#LegalPopup.ShowLegal
{
	display: block;
}

#LegalButtons
{
	display: flex;
	padding-top: 40px;
	margin: auto;
}

.TeamColors 
{
	font-size: 16px;
	text-transform: uppercase;
}

.color
{
	margin-left: 10px;

	border-radius: 100%;
	height: 20px;
	width: 20px;
	border: none;
	outline: none;
	-webkit-appearance: none;
}

.color::-webkit-color-swatch-wrapper 
{
	padding: 0;	
}

.color::-webkit-color-swatch 
{
	border: none;
	border-radius: 100%;
}

.Warning
{
	color:  yellow;
}