/* Podcast stuff */
div.jp-audio, div.jp-audio-stream, div.jp-video {
    /*clear: both;*/
    /*margin-left: 300px;*/
}
.podcasts_table td:first-child {
    text-align: right;
}
.podcasts_table td {
    padding: 5px 3px 5px 3px;
    vertical-align: top;
}
.podcast_author {
    white-space: nowrap;
}
.podcast_date {
    white-space: nowrap;
    text-align: right;
}
.podcast_popup_container {
    position: relative;
}
.podcast_popup_desc {
    display: none;
    position: absolute;
    left: -310px;
    top: -50px;
    width: 300px;
    max-height: 200px;
    overflow: auto;
    box-sizing: border-box;
    border: 2px solid #1C4F7C;
    border-radius: 8px;
    padding: 8px 13px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 17px -2px #A8A8A8,
    1px 5px 11px 2px #B2B2B2;
}
.podcast_popup_desc::-webkit-scrollbar {
    border-radius: 10px;
    width: 8px;
}
.podcast_popup_desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2A93EF;
}
.podcast_popup_trigger {
    font-style: oblique;
    border: 1px solid #1C4F7C;
    border-radius: 2em;
    width: 1em;
    height: 1em;
    display: block;
    text-align: center;
    line-height: 1em;
    padding: 1px 2px 1px 0;
    cursor: help;
}
.podcast_popup_trigger:hover {
    text-decoration: none;
}
