/* #caption-area{
    width:1400px;
    background-color: red;
} */

.caption-row {
    display: flex;

}

#caption-header{
    width:100%;
    height:30px;
}
.cls_caption-header {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color:black;
    font-weight: bold;
   

    /* width:1000px; */
    /* height:30px; */

}


.cls_caption_header_start {
    width: 60px;
}
.cls_caption_header_end {
    width: 41px;
}
.cls_caption_header_foreign {
    width: 400px;
}
.cls_caption_header_english {
    width: 400px;
}
.cls_caption_header_comment {
    width: 330px;
}
.cls_caption_header_audio_foreign {
    width: 280px;
}
.cls_caption_header_audio_english {
    width: 250px;
}

#caption-buttons{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    width:800px;
    margin:0 auto;
    /* text-align: center;
    height:50px;
    margin-right:30px; */
}























.cls_caption_start {
    width: 50px;
}

.cls_caption_end {
    width: 50px;
}

.cls_caption_foreign {
    width: 400px;
}

.cls_caption_english {
    width: 400px;
}

.cls_caption_comment {
    width: 300px;
}

.cls_caption_audio_foreign {
    width: 250px;
}

.cls_caption_audio_english {
    width: 265px;
}

.clsStartTime,
.clsEndTime {
    width: 50px;
    font-size: 10px;
}

.clsForeignCaption {
    width: 380px;
    height: 48px;
}

.clsEnglishCaption {
    width: 380px;
    height: 48px;
}

.clsCommentCaption {
    width: 280px;
    height: 48px;
}

.clsForeignSoundCaption {
    width: 250px;
    height: 48px;
    font-size: 13px;
}

.clsEnglishSoundCaption {
    width: 265px;
    height: 48px;
    font-size: 13px;
}

.cls-caption-play{
    width:30px;
    text-align: center;
    /* background-color: red; */
    display:flex;
    flex-direction: column;
    justify-content: center;
}