/* Player Styles */
.player{
	background-color: #f1f1f1;    height: 56px;
	border-radius: 32px;
	position: relative;
    top: 15px;
}.headphone,.player-top{	float:left;}.headphone {	width: 11%;    height: 40px;    background-image: url(headphone.png);    background-size: 50%;
    background-position: 27px -3px;    position: relative;    top: 9px;    border-right: 1px solid #c95d5b;}
.player-top{	width:86%;
    height: 66px;
}
.slash{
    color: #3b3b3b;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #ffffff;
    margin-top: 20px;
}
.track-info-container{
    float: left;
    font-size: 10px;
    width: 170px;
    overflow: hidden;
    margin-left: 10px;
}
#time-info-container{
    float: left;
    margin-top: 15px;
    font-size: 10px;
    line-height: 19px;
}
/* Amplitude Element Styles */
.amplitude-play-pause{
    width: 58px;
    height: 59px;
    cursor: pointer;
    float: left;
}
.amplitude-paused{
    /*background-image: url('../images/yellow-play.png');*/
    background-repeat: no-repeat;
	background-size: 100%;
}
.amplitude-now-playing-artist{
    font-size: 14px;
}
.amplitude-now-playing-title{
    font-size: 12px;
    font-weight: bold;
}
.ppq-audio-player{
	top: -69px;
    left: -1px;
	width:100%;
}