.interview_detail {
    font-size:          small;
    text-align:         center;
}
.interview_media_player {
    height:             36px;
    width:              36px;
}
.interview_detail_photo {
    max-height:         64px;
    max-width:          64px;
    height:             expression(this.height > 64 ? 64 : true);
    width:              expression(this.width  > 64 ? 64 : true);
}
.interview_heading {
    background-color:   #0060A9;
    color:              white;
    font-size:          small;
    text-align:         center;
}
.interview_podcast {
    background-color:   #28B4E4;
    color:              white;
    font-size:          small;
    text-align:         center;
}
.interview_podcast_l {
    float:              left;
    width:              50%;
}
.interview_podcast_r {
    float:              right;
    width:              50%;
}

