﻿#transcript {
    background-color: white;
    color: #000;
    list-style-type: none;
    overflow: auto;
    max-height: 160px;
    text-align: left;
    line-height: 1.3;
}

#transcript li:first-child {
    padding-top: .1rem;
}
#transcript li {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .1rem;
}
.transcript {
    background-color: white;
    list-style-type: none;
    overflow: auto;
    max-height: 160px;
}
 .transcript.cues:hover {
    cursor: pointer;
    text-decoration: underline;
}
.current {
    background-color: #d9d9d9;
    font-weight: bold;
}

/* RWD styles*/
.fancybox-wrap .fancybox-inner video {
    height: 100% !important;
    max-height: 287px !important;
    position: relative !important;
}

.fancybox-wrap .video-js {
    background: transparent !important;
    height: auto !important;
}

.fancybox-wrap .video-js video {
    display: block;
}

.fancybox-wrap #transcript {
    color: #424242;
    font-size: 16px;
    position: relative;
}

.fancybox-wrap #buttonEnglish {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
}

.fancybox-overlay .fancybox-wrap {
    box-shadow: none !important;
}

/* 8000 styles*/
div#popup-video,
footer div.modal {
    text-align: left;
}

div#popup-video #buttonEnglish,
footer div.modal #buttonEnglish {
    cursor: pointer;
    border-radius: 0;
    outline: none;
    border: 2px solid white;
    background: transparent;
    color: white;
    padding: 15px 30px;
}