section
{
	margin-top: 110px;
}
.block p
{
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: medium;
}
.mvp_player
{
	margin-top: 15px;
	height: 150px;
	border-radius: 75px;
	border: 2px solid #002366;
}
.mvp_name
{
	font-weight: bolder;
	font-size: 16px;
	height: 30px;
	font-variant: small-caps;
}
.mvp_name a
{
	color: #002366;
}
.mvp_club_nation
{
	margin-bottom: 15px!important;
	overflow: hidden;
	height: 20px;
}
.mvp_club, .mvp_nation
{
	height: 20px;
	display: inline-block;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -4px;
}
.mvp_stat
{
	text-align: right!important;
	height: 30px;
	font-size: small!important;
	padding: 0;
	margin: 0;
}
.mvp_rating
{
	margin-top: 10px!important;
	text-transform: uppercase;
}
.mvp_games
{
	margin-top: 10px!important;
}
.mvp_stat_value
{
	text-align: center;
	display: inline-block;
	border-radius: 2px;
	border: 2px solid #002366;
	width: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
.mvp_rating .mvp_stat_value
{
	color: white;
	font-weight: bold;
	background-color: #002366;
}
.mvp_stat_label
{
	font-weight: bold;
}
#tots
{
	height: 800px;
}
.field
{
	background-image: url('/pictures/stadium.jpeg');
	display: block;
	position: relative;
	top: 25px;
	margin: auto;
	height: 735px;
	width: 476px;
	padding: 0;
	background-size: contain;
}
.team_case
{
	height: 80px;
	width: 80px;
	position: absolute;
	height: 80px;
	border: 2px solid white;
	border-radius: 40px;
	background-color: rgba(0, 0, 0, 0.75)
}
.pos_gb
{
	top: 620px;
}
.pos_d
{
	top: 500px;
}
.pos_dm
{
	top: 380px;
}
.pos_m
{
	top: 260px;
}
.pos_am, .pos_rw
{
	top: 140px;
}
.pos_st
{
	top: 20px;
}
.pos_r
{
	right: 8px;
}
.pos_l
{
	left: 8px;
}
.pos_c3-r
{
	right: 103px;
}
.pos_c3-l
{
	left: 103px;
}
.pos_c
{
	left: 198px;
}
.pos_c2-r
{
	right: 133px;
}
.pos_c2-l
{
	left: 133px;
}
.team_player
{
	height: 60px;
	margin-left: 8px;
	margin-top: 3px;
}
.team_player_name
{
	font-size: xx-small;
	display: block;
	font-weight: bold;
	width: 90px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	border-radius: 10px;
	border: 1px solid white;
	text-align: center;
	padding-top: 2px;
	position: relative;
	left: -7px;
}
.team_player_team
{
	display: block;
	margin: auto;
	height: 20px;
	position: relative;
	top: -5px;
}

.team_player_rating
{
	font-size: small;
	display: block;
	font-weight: bold;
	width: 40px;
	height: 20px;
	background-color: white;
	color: black;
	border-radius: 10px;
	text-align: center;
	position: absolute;
	left: 18px;
	top: -18px;
}
/*
@media (max-width: 408px)
{
    .mvp_stat
	{
        text-align: left!important;
    }
	.field
	{
		height: 525px;
		width: 340px;
	}
}
*/
/*
@media (max-width: 476px)
{
    .mvp_stat
	{
        text-align: left!important;
    }
	.field
	{
		height: 630px;
		width: 408px;
	}
}
@media (max-width: 768px)
{
    .container
	{
		max-width: 100%!important;
	}
}
*/
