/* CSS Document */

.single-player-tcard{
	padding: 40px;
	background-color: #0073B0;
	border-radius: 10px;
}
.single-player-tcard .card-front{
	width: 375px;
	float: left;
	position: relative;
}
.single-player-tcard .card-back{
	width: 375px;
	float: right;
}
.single-player-tcard .card-back .photo-bg{
	padding: 65px;
}
.single-player-tcard th{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-align: left;
	width: 50%;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.single-player-tcard td{
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	padding-left: 10px;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.single-player-tcard tr:first-child th, .single-player-tcard tr:first-child td{
	border-top: 1px solid #ffffff;
}
.single-player-tcard .photo-bg{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height: 500px;
}
.single-player-tcard .photo-bg .player-name{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 40px;
	padding: 10px 0;
}
.single-player-tcard .photo-bg img{
	max-width: 375px;
	max-height: 500px;
}
.single-player-tcard .photo-bg h3{
	font-size: 34px;
	line-height: 50px;
	text-align: center;
}
.single-player-tcard .photo-bg .position{
	position: absolute;
	display: block;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 50px;
}
.nav-previous a, .nav-next a{
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.1);/*#0073B0;*/
}