.ap-audioplayer {
    width: 100%;
    /*height: 30px;*/
    /*margin: 10px;*/
}

.ap-audioplayer > div{
    float: none;
    clear: both;
}

.ap-playbutton {
    height: 30px;
    width: 30px;
    border: none;
    float: left;
    outline: none;
    cursor: pointer;
}

.ap-play {
    background: url('play.png');
}

.ap-pause {
    background: url('pause.png');
}

.ap-play,
.ap-pause {
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.ap-timeline {
    width: 160px;
    height: 6px;
    margin-top: 12px;
    float: left;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    border-radius: 15px;
}

.ap-playhead {
    width: 6px;
    height: 18px;
    margin-top: -6px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 1);
    cursor: pointer;
}

.ap-title {
    font-size: 90%;
    position: relative;
    top: -8px;
    left: 30px;
}
