section
{
	margin-top: 110px;
}

.competitions
{
	border-radius: 2px;
	background: #003399;
	height: 40px;
	width: auto;
	padding-left: 2px;
	padding-top: 2px;
	display: inline-block;
}
.competitions .competition
{
	padding-top: 5px;
	height: 36px;
	width: 250px;
	margin-right: 2px;
	display: inline-block;
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
}
.competitions .competition.selected, .competitions .competition.unselected:hover
{
	background: white;
}
.competitions .competition.selected a, .competitions .competition.unselected:hover a
{
	color: #003399;
}
.competitions .competition.unselected
{
	background: #003399;
}
.competitions .competition.unselected a
{
	color: white;
}

#card
{
	background-color: #002366;
	border-radius: 20px;
	height: 420px;
	width: 260px;
	padding: 10px;
	margin: auto;
}
#card_inside
{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	height: 400px;
	width: 240px;
	padding-top: 10px;
}
#profile
{
	height: 150px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.player_info
{
	text-align: center;
	margin-bottom: 5px;
	font-size: small;
}
#name
{
	text-align: center;
	border-top: 1px solid #002366;
	border-bottom: 1px solid #002366;
	width: 100%;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #002366;
}
#nation_club
{
	text-align: center;
	margin-bottom: 5px;
}
#nation, #club
{
	height: 20px;
}
#birth_country
{
	height: 15px;
}

.feet
{
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
}
