.podcast-player {
    background-color: #f6f6f6;
    color: #222;
    font-family: Helvetica;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    width: 1px;
}
.podcast-player, .podcast-player *, .podcast-player *:before, .podcast-player *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.podcast-player a {
    color: #9b2929;
    text-decoration: none;
}
.podcast-player a:hover {
    text-decoration: underline;
}
.podcast-player button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}
.podcast-player .main-player {
    position: relative;
}
.podcast-player .episode-basic-info {
    max-height: 90px;
    padding: 23px 12px 0;
    position: relative;
    overflow: hidden;
}
.podcast-player .episode-basic-info .episode-title {
    color: #f57150;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.podcast-player .episode-basic-info .episode-subtitle {
    color: #7a7a7a;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.podcast-player .cover-image {
    float: right;
    height: 90px;
    padding: 5px;
}
.podcast-player .controls {
    float: left;
    height: 90px;
}
.podcast-player .controls .play-button {
    border: 3px solid #e6e6e6;
    border-radius: 100px;
    color: #c8c8c8;
    font-size: 56px;
    height: 70px;
    margin: 10px 0 0 10px;
    padding: 0;
    width: 70px;
}
.podcast-player .controls-advanced {
    bottom: 8px;
    display: none;
    left: 155px;
    position: absolute;
}
.podcast-player .controls-advanced button {
    color: #c8c8c8;
    font-size: 18px;
}
.podcast-player .controls-advanced button:hover {
    color: #f57150;
}
.podcast-player .controls-advanced .speed-toggle {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    top: -3px;
}
.podcast-player.playing .controls-advanced {
    display: block;
}
.podcast-player .progress-bar {
    clear: both;
    overflow: hidden;
}
.podcast-player .progress-bar .progress-bar-time-played {
    color: #c8c8c8;
    cursor: pointer;
    display: none;
    font-size: 16px;
    left: 5px;
    position: absolute;
    text-align: left;
    bottom: 25px;
    width: 70px;
}
.podcast-player .progress-bar .progress-bar-time-played:hover {
    color: #f57150;
}
.podcast-player .progress-bar .progress-bar-rail {
    background-color: #e6e6e6;
    cursor: ew-resize;
    min-height: 10px;
    overflow: hidden;
    position: relative;
}
.podcast-player.playing .progress-bar .progress-bar-time-played {
    display: block;
}
.podcast-player .progress-bar-played, .podcast-player .progress-bar-loaded {
    background-color: #9b2929;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 0;
}
.podcast-player .progress-bar-loaded {
    background-color: #c8c8c8;
}
.podcast-player .progress-bar-buffering {
    background-color: red;
}
.podcast-player .progress-bar-buffering:after {
    animation: move 2s linear infinite;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
.podcast-player .buttons {
    position: absolute;
    right: 90px;
    top: 68px;
}
.podcast-player .buttons button {
    color: #c8c8c8;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 26px;
}
.podcast-player .buttons button:hover, .podcast-player .buttons button.button-active {
    color: #9b2929;
}
.podcast-player .buttons img {
    height: 14px;
}
.podcast-player .panels {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 300;
    height: 400px;
    line-height: 18px;
}
.podcast-player .panels>div {
    height: 100%;
    overflow: hidden;
    padding: 0 0 0 12px;
    position: relative;
}
.podcast-player .panels h3 {
    margin: 12px 0;
}
.podcast-player .panels .chaptermarks ul, .podcast-player .panels .playlist ul {
    display: block;
    height: calc(100% - 54px);
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}
.podcast-player .panels .chaptermarks ul li, .podcast-player .panels .playlist ul li {
    background-color: none;
    cursor: pointer;
    line-height: 30px;
    list-style: none;
    padding: 0 5px;
    position: relative;
}
.podcast-player .panels .chaptermarks ul li+li, .podcast-player .panels .playlist ul li+li {
    border-top: 1px solid #e6e6e6;
}
.podcast-player .panels .chaptermarks ul li:hover, .podcast-player .panels .playlist ul li:hover {
    background-color: #e6e6e6;
}
.podcast-player .panels .chaptermarks ul li.active, .podcast-player .panels .playlist ul li.active {
    background-color: #edf9f8;
}
.podcast-player .panels .chaptermarks ul li img, .podcast-player .panels .playlist ul li img {
    float: left;
    width: 30px;
}
.podcast-player .panels .chaptermarks ul li span, .podcast-player .panels .playlist ul li span {
    display: inline;
    height: 100%;
    margin: 0 0 0 10px;
    overflow: hidden;
}
.podcast-player .panels .chaptermarks ul li .chaptermark-start, .podcast-player .panels .playlist ul li .chaptermark-start {
    float: left;
    margin-left: 0;
}
.podcast-player .panels .chaptermarks ul li .chaptermark-image+.chaptermark-start, .podcast-player .panels .playlist ul li .chaptermark-image+.chaptermark-start {
    margin-left: 10px;
}
.podcast-player .panels .chaptermarks ul li a, .podcast-player .panels .playlist ul li a {
    color: #329c92;
    font-size: 16px;
    right: 5px;
    position: absolute;
    top: 5px;
}
.podcast-player .panels .playlist ul li span {
    margin-left: 0;
}
.podcast-player .panels .playlist ul li a {
    padding: 0 5px;
    position: static;
}
.podcast-player .panels .episode-info {
    font-size: 16px;
    height: calc(100% - 12px);
    overflow-y: auto;
    padding: 0 12px;
}
.podcast-player .panels .episode-info .episode-title {
    font-size: 22px;
}
.podcast-player .panels .episode-info .episode-subtitle {
    font-size: 18px;
    font-weight: 300;
}
.podcast-player .panels .share {
    padding: 12px;
}
.podcast-player .panels .share .share-copy-url, .podcast-player .panels .share .share-embed-code {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #4d4d4d;
    font-size: 20px;
    outline: none;
    padding: 4px;
    text-align: center;
    width: 100%;
}
.podcast-player .panels .transcript .transcript-text {
    height: calc(100% - 54px);
    list-style: none;
    overflow-y: auto;
    padding: 0 12px 0 0;
    width: 100%;
}
.podcast-player .panels .transcript .transcript-text li {
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 8px;
}
.podcast-player .panels .transcript .transcript-text li:hover>*, .podcast-player .panels .transcript .transcript-text li.active>* {
    background-color: #fff9a9;
}
@media (max-width: 500px) {
    .podcast-player.mode-script .cover-image {
        border: 12px solid #f6f6f6;
        border-bottom: 0;
        display: block;
        float: none;
        height: auto;
        width: 100%;
    }
    .podcast-player.mode-script .episode-basic-info .episode-title {
        font-size: 16px;
    }
    .podcast-player.mode-script .episode-basic-info .episode-subtitle {
        font-size: 14px;
    }
    .podcast-player.mode-script .controls {
        height: 115px;
        position: relative;
    }
    .podcast-player.mode-script .controls-advanced {
        bottom: 20px;
        left: 80px;
        top: auto;
    }
    .podcast-player.mode-script .controls-advanced button {
        font-size: 24px;
        padding: 0 8px;
    }
    .podcast-player.mode-script .buttons {
        margin-top: 25px;
        position: static;
        text-align: right;
    }
    .podcast-player.mode-script .buttons button {
        font-size: 24px;
        padding: 0 8px;
        width: 35px;
    }
    .podcast-player.mode-script .progress-bar .progress-bar-rail {
        min-height: 20px;
    }
    .podcast-player.mode-script.playing .progress-bar .progress-bar-time-played {
        /*display: none;*/
    }
}
@media (max-width: 500px) {
    .podcast-player.mode-iframe .cover-image {
        display: none;
    }
    .podcast-player.mode-iframe .buttons {
        right: 0;
    }
}