.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1500;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
    overflow-x: auto;
    overflow-y: auto;
}

#modalBody {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: salmon;
    border-radius: 10px;
    height: 485px;
    width: 700px;
    overflow-y: auto;
}

#modalTitle {
    text-align: center;
    font-size: 23px;
    padding: 7px;
    color: white;
    font-weight: bold;
}

#modalCaptionText {
    text-align: center;
}

#txtWikiData {
    width: 600px;
    height: 300px;

}

#modalContent {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#modalNav {
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}


#container {
    width: 1200px;
    border-radius: 10px;
    background-color: FloralWhite;
    /*#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;
}

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

}

#posSelection {
    display: flex;
    width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#cmbMainSelection {
    width: 300px;
}

#noun-section {
    display: none;
}

#noun-table {
    color: black;
    background-color: antiquewhite;
    width: 600px;
    padding-bottom: 20px;
}

#adjective-section {
    display: none;
}

#adjective-table {
    color: black;
    background-color: antiquewhite;
    width: 1100px;
    padding-bottom: 20px;
}

#pronoun2-section {
    display: none;
}

#pronoun2-table {
    color: black;
    background-color: antiquewhite;
    width: 1100px;
    padding-bottom: 20px;
}

#numeral2-section {
    display: none;
}

#numeral2-table {
    color: black;
    background-color: antiquewhite;
    width: 1100px;
    padding-bottom: 20px;
}


#participle-section {
    display: none;
}

#participle-table {
    color: black;
    background-color: antiquewhite;
    width: 1100px;
    padding-bottom: 20px;
}

#numeral-section {
    display: none;
}

#numeral-table {
    color: black;
    background-color: antiquewhite;
    width: 1100px;
    padding-bottom: 20px;
}



#pronoun-section {
    display: none;
}

#pronoun-table {
    color: black;
    background-color: antiquewhite;
    width: 400px;
    padding-bottom: 20px;
}

#verb-section {
    display: none;
}

#verb-table {
    color: black;
    background-color: antiquewhite;
    width: 700px;
    padding-bottom: 20px;
}

#indeclinable-section {
    display: none;
}

#indeclinable-table {
    color: black;
    background-color: antiquewhite;
    width: 700px;
    padding-bottom: 20px;
}

#english {
    text-align: center;
    color: black;
    margin-top: 20px;
    display: none;
}

#txtEnglishMeaning {
    width: 400px;
}

#getSecondTable {
    text-align: center;
    color: black;
    display: none;
    margin-top: 10px;
}

label {
    padding-right: 10px;
}

#wikiLookUp {
    width: 375px;
    text-align: right;
    visibility: hidden;
}

#nav {
    text-align: center;
    margin-top: 20px;
    display: none;
}