/*
 * Closed Captioning Card
 */
.tpPlayerCard.tpSubtitleStylesCard {
    background-color: #333;
}

.tpSubtitlesForm {
    width: 500px;
    margin: auto;
    font-size: 18px;
    background-color: #333;
}

.tpSubtitlesForm td:nth-child(1) {
    padding-right: 12px;
}

.tpSubtitlesForm tr td {
    padding-bottom: 2px;
}

.tpFormActions {
    text-align: center;
    padding-top: 20px;
}

.tpPlayerCard.tpSubtitleStylesCard .tpFormActions .tpButton {
    float: none;
}

.tpPlayerCard.tpSubtitleStylesCard .tpCardClose .tpButton {
    cursor: pointer;
    width: 50px;
}

.tpCardClose .tpButton > div {
    display: none;
}

#tpSubtitleStylesCard {
    z-index: 100;
}

.tpCardClose {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(//bravo-video.nbcuni.com/PDK/images/btnClose.png) 0 0 no-repeat;
    z-index: 20;
}
