
/* Page de la liste des joueurs */

.splashAmericanFootball .player_name p, .splashAmericanFootball .staff_name p {
	font-size: 36px;
	line-height: 50px;	
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald';
	margin: 0 0 15px 0;
}
.sp-template-player-photo {
	margin-bottom: 60px;
}
.stm-player-position-number-wrapp, .sp-staff-role-container {
	display: block;
	overflow: hidden;
	border-top: solid 1px #0e3663;
	padding: 13px 0;
	margin-bottom: 14px;
	margin-top: -25px;
}
.sp-staff-role-container {
	width: 410px;
}
.stm-player-number {
	display: inline-block;
	overflow: hidden;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.stm-player-position, .sp-staff-role {
	display: inline-block;
	overflow: hidden;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 1;
}
.sp-player-details .single-info, .sp-staff-details .single-info {
	display: block;
	overflow: hidden;
	padding: 8px 10px 2px;
	line-height: 26px;
}
.sp-player-details .single-info:nth-child(odd), .sp-staff-details .single-info:nth-child(odd) {
	background: #f0f0f0;	
}
.sp-player-details .st-label, .sp-staff-details .st-label {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 13px;
	color: #0e3663;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 26px;
}
.sp-player-details .st-label {
	min-width: 115px;
}
.sp-staff-details {
	width: 640px;
}
.sp-staff-details .st-label {
	min-width: 126px;
}
.sp-player-details .st-value, .sp-staff-details .st-value {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 16px;
	color: #0e3663;
	max-width: 64%;
	vertical-align: top;	
}
.splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info:nth-child(odd) {
	background: #f0f0f0;
}
.sp-template-photo{
    max-width: 200px;
}