.hypertranscript {
    background-color: transparent;
    padding: 0;
    position: relative;
    width: 100%; /* do not change width */
    height: 350px;
    overflow-y: scroll;
}

.stra_theme .hypertranscript section {
    padding: 0 30px 0 0;
    background-color: transparent;
    float: none;
}

video.hyperplayer {
    z-index: 5000000;
    position:relative;
    width: 80%;
}

audio.hyperplayer {
    z-index: 5000000;
    position:relative;
    width: 80%;
}

.hypertranscript .strikethrough {
    text-decoration: line-through;
}

.hypertranscript .annotation, 
.hypertranscript .parannotation {
    opacity: 0.7;
}

.hypertranscript .highlight {
    background-color: yellow !important;
}

.hypertranscript .highlight.active {
    background-color: lightGreen !important;
}

.hypertranscript  header {
    font-size: 200%;
}

.hypertranscript a, a.link {
    border: 0px;
}

.hypertranscript p,
.hypertranscript p span,
.stra_theme .hypertranscript p,
.stra_theme .hypertranscript p span {
    font-size: 18px;
    line-height: 1.66em;
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 8px;
    font-family: 'Kepler W01 Regular',Georgia,"Times New Roman",Times,serif;
}


.hypertranscript .read {
    color: #1a1a1a !important;
}

.hypertranscript .unread {
    color: #a3a3a3 !important;
}

.hypertranscript .share-match {
    background-color: #e10600 !important;
    color: #fff !important;
}

.hypertranscript sub:before {
    content: '\231C';
}

.hypertranscript sub.highlight-duration:before {
    content: '\231D';
}

.hypertranscript [data-m] {
    cursor: pointer;
    padding-bottom: 0;
    border: 0;
}

.hypertranscript p[data-tc]:before {
    content: attr(data-tc);
    display: block;
    color: #a3a3a3;
    font-size: 12px;
    font-family: 'Helvetica Neue LT W01_41488878',Arial,Helvetica,sans-serif;
}

.hypertranscript::-webkit-scrollbar-track {
    background-color: #a6a9aa;
}

.hypertranscript::-webkit-scrollbar {
    width: 5px;
    background-color: #a6a9aa;
}

.hypertranscript::-webkit-scrollbar-thumb {
    background-color: #e10600;
    height: 80px;
}

