#container {
    width: 95vw;
    border-radius: 10px;
    background-color:FloralWhite;
    /*#65655d;*/
    position: relative;
    top: 60px;
    bottom: 0;
    margin:0 auto;
    
    right: 0;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 82vh;
    overflow-y: auto;
}

#headLine {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    color:brown;

}

#selectionArea{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    width:700px;
    align-self: center;
    margin:0 auto;

}

#cmbLesson{
    width:80px;
}

#select1, #select2{
    color:black;
}
#selectTables, #selectLessons{
    display: flex;
    justify-content: center;
    align-items: center;
}

#instructions{
    color:black;
    margin: 0 auto;
    width:700px;
    margin-bottom: 20px;
}

#cmbTable{
    width:200px;
}

#result{
    width: 1800px;
    /* height:600px; */
    background-color:antiquewhite;
    /* display: none; */
    color: black;
    margin: 0 auto;
    margin-top: 30px; 
    border-radius: 10px;
    
}

.dataRecord{
    display:flex;
    font-size: 16px;
    height:50px;
}
#myHeader{
    display:flex;
    font-size: 20px;  
    color:black;
}

.cls-idx, .cls-foreignLang, .cls-foreignAudio, .cls-foreignPlay, .cls-foreignLoaded, .cls-englishLang, .cls-englishAudio, .cls-englishPlay, .cls-englishLoaded {
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.cls-idx{
    width:30px;
}

.cls-foreignText{
    width:200px;
    margin-right:10px;
}
.cls-englishText{
    width:450px;
    margin-right:10px;
    background-color: aliceblue;
}

.cls-image{
    margin-left:10px;
    margin-right: 10px;
}

.cls-loaded{
    width:20px;
    text-align: center;
}

.cls-space{
    width:30px;
}

