#player-table{
width:600px;
height:400px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
border-collapse:separate;
border-radius:10px;
font-size:12px;
color:#fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
background: rgb(206,220,231); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-moz-box-shadow: 8px 8px 5px #000;
 	-webkit-box-shadow: 8px 8px 5px #000;
 	box-shadow: 8px 8px 5px #000;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#player_info td{

}

#player-table td {
border:1px solid #669999;
vertical-align:middle;
border-radius:2px;
}


#player-table tr td tr{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#749adb+0,3262b5+100 */
background: rgb(116,154,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(116,154,219,1) 0%, rgba(50,98,181,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,154,219,1)), color-stop(100%,rgba(50,98,181,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(116,154,219,1) 0%,rgba(50,98,181,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(116,154,219,1) 0%,rgba(50,98,181,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(116,154,219,1) 0%,rgba(50,98,181,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(116,154,219,1) 0%,rgba(50,98,181,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749adb', endColorstr='#3262b5',GradientType=0 ); /* IE6-9 */
}

#player-table tr td tr td{
padding-left:5px;
}

#player_id {margin : 10px;}