.playertitle {
	font-family: 'Lobster', cursive;
	font-size: 40px;
	width: 260px;
        height:60px;
	margin: 10px auto 0px auto;
	color: #74dad5;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
        alignment-adjust: central;
}

.gradient {
	border: 1px solid black;

	
	box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	background: #494949; /* Old browsers */
        background: -webkit-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);

	background: -moz-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -o-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -ms-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%); /* W3C */
}

.playercontainer {
	alignment-adjust: middle;
	transition: all .7s ease;
	position: absolute;
	width: 425px;
	height: 525px;
	border-radius: 10px;
	box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	left: 50%;
        top: 60%;
	margin: -300px 0px 0px -219px;
	padding: 1px;
	box-sizing: border-box;
}

.cover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 2;
	width: 95%;
	height: 90%;
	border: 2px solid black;
	border-radius: 5px;
	box-shadow: inset 0px 5px 5px rgba(0,0,0,1);
        margin-left: 10px;
        margin-top: 10px;
}
.player {
	
	box-sizing: border-box;
	position: absolute;
	width: 300px;
	width: 95%;
	border-radius: 3px;
	padding: 10px;
        margin-left: 10px;
}

.playerbtn {
	display: block;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
}

#play {
	background-position: 4px 5px;
}

.mbtn{
       
        width: 250px;
        height: 50px;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
}

.appbtn {
        alignment-adjust: middle;
	width: 99px;
	height: 99px;
	background-repeat: no-repeat;
}
.socials{
        width: 300px;
        height:50px;
        top:0;
        bottom: 0;
        left: 10;
        right: 0;
        margin: auto;  
}   

#content-wrapper{
        padding:10px;
}

.playerinfo {
	font-size: 20px;
	width: 260px;
        height:8px;
        color: #cfd1d3;
        margin-left: 20px;
}
#inner {
  width: 88%;
  margin: 0 auto;
}