.grid .row .cell.roster {
	padding-right: 1.8em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
#details {
	position: absolute;
}
.card {
	position: absolute;
	height: 408px;
	top: 0px;
	width: 262px;
}
#cardFront {
	background-image:url('../img/body/team/front.jpg');
	left: 0px;
}
#cardFront > img {
	height: 408px;
	width: 262px;
}
#cardBack {
	background-image:url('../img/body/team/back.jpg');
	left: 263px;
}
#cardBack > div.grid {
	border-width: 0px;
	border-spacing: 0px;
	border-style: 0px;
	border-collapse: collapse;
	margin: 29px 35px 35px 35px;
	table-layout: fixed;
	width: 192px;
	position: relative;
}
#cardBack .cell {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
#cardBack .photo {
	margin-top: 29px;
	height: 126px;
}
.left > img {
	float: left;
	width: 84px;
	height: 126px;
	display: inline;
}
.right > img {
	float: right;
	width: 84px;
	height: 126px;
	display: inline;
}
#cardBack .name {
	text-align: center;
	font-family:Arial Black,Geneva,Arial,Helvetica,sans-serif;
	font-size: 25px;
	font-weight: bolder;
	height: auto;
}
#cardBack .info {
	font-size: 13px;
	max-height: 185px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	vertical-align: middle;
}
.cardDetail {
/*	height: auto; */
	margin: 0px;
	padding-bottom: 11px;
	text-indent: -20px;
	padding-left: 20px;
}

