.episodeCard { 
    height: auto !important;
    width: 100% !important;
}
.episodeLink { 
    display: none !important;
}
.episodeDate {
    float: none !important;
}

.shortDescription { 
    display: none !important;
}
.overviewOnly { 
    display: none;
}
.detailOnly { 
    display: block !important;
}
.playLinkIcon { 
    width: 40px;
}
.playLink { 
    font-size: 40px;
}
.playLinks { 
    float: right; 
}
#listenLinks { 
    padding-left: 20px;
    float:left;
    width: 250px;
}
#inlinePlayer { 
    float: left;
}
.listenPanel {
    width: 100%;
    margin-left: 10px;
}
.longDescription { 
    display: block !important;
    width: 100%;
}

.playLinks { 
    float: right; 
}

.profile-img { 
    margin-right: 25px !important
}

.indexOnly {
    display: none !important;
}

.recommendationLink img { 
    max-width: 200px;
}

.recommendationLink { 
    margin-bottom: 15px;
}

.recommendationLink a { 
    font-weight: normal;
}

.welcome { 
    line-height: 2em;
}
.contentWarning { 
    background-color: black;
    color: #fff;
    width: 100%;
    font-size: 16px; 
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

.headline { 
    display: none
}

.description { 
    padding-left: 15px;
}
.box { 
    background-color:#f1f3f4; margin-left:auto; margin-right: auto; width: 75%; font-size: 18px; margin-top: 15px;

}