#pwb-player-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #111;
    padding: 10px;
    text-align: center;
    z-index: 9999;
}

#pwb-player-bar audio {
    width: 80%;
}
