a {
    cursor: pointer;
}

#container {
    width:98vw;
    border-radius: 10px;
    background-color:cornsilk;
    position: relative;
    top: 20px;
    bottom: 0;
    left: -3px;
    right: 0;
    margin: auto;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height:820px;
    overflow-y: auto;
}

#headLine {
    color:black;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}

#video-area{
    display:flex;
    flex-direction: row;
    margin-left:20px;
    margin-right:20px;
    background-color: rgb(41, 11, 27);
    border-radius: 15px;
    width: 500px;
    margin: 0 auto;
    padding:15px;
    padding-bottom:35px;
}

#video-meta-data{
    flex:3;
    width:580px;
    /* height:400px; */
}

#video-display-area{
    flex:5;
    width:100%;
    display:none;
    flex-direction: column;
    justify-content:center;
}

#video-display-captions{
    width:75%;
    background-color:black;
    height:70px;
    margin:0 auto;
}

#span-video-name-foreign, #span-video-name-english{
    color:white;
    margin-left: 10px;
}

#txtVideoNameForeign, #txtVideoNameEnglish{
    font-size: 15px;
    width:300px;
}

#video-type{
    display:flex;
    flex-direction: row;
    align-items: center;
}

#span-video-type{
    color:white;
    margin-left: 10px;
    margin-right: 10px;
}

#cmbVideoType{
    width:150px;
}

#video-language{
    margin-top: 15px;
}

#span-video-language{
    color:white;
    margin-left: 10px;    
}

#span-video-lang{
    color:lightgreen;
    font-weight: bold;
    margin-left: 10px; 
}

#main-video-description, #video-description{
    margin-top: 25px;
    display:flex;
    align-items: center;
}

#txtMainVideoDescription, #txtVideoDescription{
    width:350px;
    height:70px;
    font-size: 13px;
}

#video-navigation{
    display:flex;
    justify-content: space-around;
    margin-top:20px;
}



#video-display{
    padding-top: 10px;
    width:680px;
    margin:0 auto;
}



/* Tabs */

#tabs {

    width: 100%;
    height: 34px;
    border-bottom: solid 1px #CCC;
    padding-right: 2px;
    margin-top: 11px;
    display: flex;
    justify-content: center;
}

#tabs li {
    float: left;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    outline: none;
}

#tabs li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #5685bc;
    ;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px;
    display: block;
    background: #FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    outline: none;

}

#tabs li a.inactive {
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    color: #666666;
    background: #EEE;
    outline: none;
    border-bottom: solid 1px #CCC;

}

#tabs li a:hover,
#tabs li a.inactive:hover {
    color: #5685bc;
    outline: none;
}

.tab-container {
    /* width:1375px; */
    margin:0 auto;
    padding-left:20px;
}













