#container {
    width: 1100px;
    border-radius: 10px;
    background-color: antiquewhite;
    /*#65655d;*/
    position: relative;
    top: 20px;
    bottom: 0;
    left: -3px;
    right: 0;
    margin: auto;
    /* border: 2px solid #65655d; */
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 87%;
    overflow-y: auto;
}

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

#updateTables {
    display: flex;
    justify-content: center;
    align-items: center;

}

#cmbTable,
#cmbTable2 {
    width: 200px;
}

#getVocab {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

#selections2 {
    display: flex;
    justify-content: space-around;
    width: 300px;
    margin: 0 auto;

}

#opts {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#listing {
    display: none;
    height: 400px;
    width: 1050px;
    /* justify-content: center;
    align-items: center;
    flex-direction: column; */
}

#wordList1,
#wordList2 {
    width: 600px;
    height: 200px;

}

#updateLessonVocabWithSoundFiles,
#updateLessonSentencesWithSoundFiles {
    text-align: center;
    margin-bottom: 20px;
}