#container {
    width: 1200px;
    border-radius: 10px;
    background-color:aliceblue;
    /*#65655d;*/
    position: relative;
    top: 20px;
    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: 800px;
    overflow-y: auto;
}



#title{
    text-align: center;
    font-size: 25px;
    color:brown;
}
#selectLessons{
    width:200px;
    display:flex;
    justify-content: space-around;
    color:black;
    margin:0 auto;
}
.clsLesson{
    width:50px;
    text-align: center;
}
#selectPOS{
    color:black;
    display:flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 10px;;
}

.clsPosChkBox{
    scale: 1.8;
    margin-right: 10px;
}


#displayArea{
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    max-height:600px;
}
/* #col1{
    flex:1;
    height:200px;
    background-color: beige;
    color:black;
    display:flex;
    flex-direction: row;
}
#col2{
    flex:1;
    height:200px;
    background-color: lightsalmon;
    color:black;
    display:flex;
} */

#col1-container, #col2-container{
    display:flex;
    flex-direction: column;
    width:46%;
    
    /* height:300px; */
}

#col1-container{
    margin-right:10px;
    padding-left: 20px;
}
#col2-container{
    margin-left:10px;
    padding-left: 10px;
}

#col1, #col2 {
    display:flex;
    flex-direction: row;
}

.col-row{
    display:flex;
    border: 1px solid darkgrey;

}

.foreignVocab1, .foreignVocab2{
    font-size:20px;
    width:50%;
    /* background-color: chartreuse; */
    padding:0 10px;
    color:darkslategray;
}
.englishVocab1, .englishVocab2{
    font-size:16px;
    width:50%;
    /* background-color:darkolivegreen; */
    padding:0 10px;
    color:darkblue;
}
#execute{
    text-align: center;
    margin-top: 10px;
}