/* keywords / in the video */
.transcriptTextArea b {
    font-weight: normal;
}
.transcriptTextArea b.kwHighlight {
    font-weight: bold;
}

/* full transcript */
.ez-transcriptMod-aboutTheMedia .ez-fullTranscript {
    font-family: monospace,courier,serif;
    height: auto;
}
.ez-transcriptMod-aboutTheMedia a.ez-transcript-btn {
    float:left;
    position: relative;
}
.ez-fullTranscript .ez-clipped {
    overflow:hidden;
}
.ez-fullTranscript .ez-full {
    height:auto !important;
    max-height:360px;
    height:360px;
    overflow-y:auto;
}
