#player_wrap {
	max-width: 1000px;
	margin: 10px auto;
	background-color: #fff;
}
#player_left {
	display: table-cell;
	width: 175px;
	padding: 15px 15px 0px 15px;
	text-align: center;
}
#player_center {
	display: table-cell;
	margin: 0 auto;
	width: 450px;
	padding: 15px 15px 0 15px;
	vertical-align: top;
}
#player_right {
	display: table-cell;
	margin: 0 auto;
	width: 250px;
	padding: 15px 15px 0 15px;
	vertical-align: top;
}
.player_image {
	margin: 0 auto;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
img.player_crop {
    display: block;
    margin: 20px auto;
    height: auto;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.player_name, .player_info {
	display: table-cell;
	padding: 10px 5px 5px 10px;
}
.player_status {
	display: table-cell;
	padding: 5px 10px 5px 10px;
  	font-family: 'Signika Negative', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  	border-left: 1px solid #e5e5e5;
}
.player_status a {
  	font-family: 'Signika Negative', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  	color: #444;
  	text-decoration: none;
}
.player_status a:hover {
	text-decoration: underline;
}
#player_center p {
	margin-left: 10px;
	line-height: 125%;
	color: #909090;
}
#player_center a {
  	font-family: 'Signika Negative', sans-serif; font-size: 14px; line-height: 100%; font-weight: normal;
  	color: #444;
  	text-decoration: none;
}
#player_center a:hover {
	text-decoration: underline;
}
#stat_table {
	width: 220px;
}
#stat_holder1, #stat_holder2, #stat_holder3, #stat_holder4, #stat_holder5 {
	padding: 2px;
}
#stat_holder1, #stat_holder4, #stat_holder6 {
  	font-family: 'Signika Negative', sans-serif; font-size: 12px; line-height: 100%; font-weight: normal;
  	color: #999;
}
#stat_holder2 {
  	font-family: Verdana, sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
	color: #fff;
}
#stat_holder3 {
	color: #444;
  	font-family: Arial; font-size: 16px; line-height: 100%; font-weight: bold;
}
#stat_holder5 {
	color: #999;
  	font-family: Verdana, sans-serif; font-size: 10px; line-height: 100%; font-weight: normal;
}
#stat {
	padding: 3px;
	text-align: center;
}
#player_info_wrapper {
	margin: 0 auto;
	background-color: #fff;
  	font-family: 'Signika Negative', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
	padding: 10px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#player_info_wrapper tr:nth-child(odd) {
	background-color: #fff;
}
#player_info_wrapper tr:nth-child(even) {
	background-color: #f2f2f2;
}
#player_info_wrapper tr:nth-child(2) {
	background-color: #fff;
}
#player_body {
	background-color: #fff;
	padding: 10px;
}
.team a {
  	font-family: 'Signika Negative', sans-serif; font-size: 12px; line-height: 100%; font-weight: normal;
  	color: #3366cc;
  	text-decoration: none;
}
.team a:hover {
	text-decoration: underline;
}