#audioplayer{
    float: left;
    width: 230px;
    height: 40px;
    font-size: 24px;
    margin: 10px 0px 0px 0px;
    clear: none;
    border-radius: 10px;
    border-color: rgb(255, 187, 0);
    border-style: none;
    text-align: left;
    padding: 10px;
    font-family: 'VAG Rounded Std Black';
    font-weight: normal;
    color: rgb(143, 77, 38);
    background-color: rgb(255, 187, 0);
    position: relative;
    top: 0px;
    left: 0px;
}

#pButton{
    height:50px; 
    width: 50px;
	margin-top: -15px;
	margin-left: -5px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{background: url('play.svg') ;}
.pause{background: url('pause.svg') ;}

#timeline{
	width: 160px;
	height: 20px;
	float: left;
	border-radius: 15px;
	background: rgba(0,0,0,.3);
  
}
#playhead{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 1px;
	background: rgba(0, 0, 0,1);

}
