.now-playing {
    background: #eee
}

#audio-episodes tr td:nth-child(1) {
    cursor: pointer
}

#audio-episodes td :nth-child(1) {
    font-weight: bolder
}

#audio-episodes tr td:nth-child(2) {
    width: 1%;
    white-space: nowrap;
    font-size: small
}

#audio-episodes tr td:nth-child(3) {
    width: 1%;
    white-space: nowrap;
    font-size: small
}

:root {
    --plyr-color-main: #4cbb7c;
    --plyr-audio-controls-background: #343434;
    --plyr-audio-control-color: #fff;
}

.plyr--audio {
    padding-bottom: 0px;
    padding-top: 0px;
}

@media (max-width: 995px) {
    .plyr:not(.v2):not(.v3):not(.v4) {
        padding: 0 0 0;
    }
}

.audio-content {
    text-align: center;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #343434;
    padding-top: 10px;
    z-index:9999;
}

#playingNowDisplay {
    margin-top: 10px;
    color: #fff
}