#container {
    width: 800px;
    border-radius: 10px;
    background-color: gainsboro;
    /*#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: darkblue;
    font-weight: bold;
}

#search-selection {
    margin: 0 auto;
    width: 520px;
    display: flex;
    align-items: center;
}


#cmbSelect {
    width: 120px;
}



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

#txtStartRank,
#txtEndRank {
    font-size: 18px;
    color: darkblue;
    width: 80px;
}

.search-row {
    display: flex;
}

.clsText {
    width: 200px;
}



#theDisplay {
    margin: 0 auto;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px;
    display: none;
    flex-direction: column;
    max-height: 500px;
    background-color: lightgray;
    overflow-y: auto;
    width: 1100px;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: 1000px;
    margin-bottom: 5px;
}


.clsIdx {
    margin-right: 5px;
}

.clsRussian {
    width: 150px;
    color: darkgreen;
    margin-right: 20px;
}

.clsEnglish {
    width: 300px;
    color: darkblue;
    margin-right: 20px;
}

.clsComment {
    width: 300px;
    color: brown;
    margin-right: 50px;
}

.clsAudio {
    scale: 2;
    margin-right: 20px;
}

.clsIdxTitle {
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
}

.clsRussianTitle {
    font-size: 18px;
    font-weight: bold;
    margin-right: 100px;
}

.clsEnglishTitle {
    font-size: 18px;
    font-weight: bold;
    margin-right: 260px;
}

.clsCommentTitle {
    font-size: 18px;
    font-weight: bold;
    margin-right: 220px;
}

.clsAudioTitle {
    font-size: 18px;
    font-weight: bold;

}

.clsWiki {
    margin-right: 5px;
}

.clsForeignString {
    width: 150px;
}

.clsEnglishString {
    width: 400px;
}


.clsForeignAudio,
.clsEnglishAudio {
    width: 350px;
}


.clsPos {
    width: 120px;
    text-align: center;
}

.clsNumb {
    width: 40px;
}

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


#comment-modal-content {
    display: flex;
    flex-direction: column;
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 500px;
    overflow-x: auto;
    background-color: white;
    border-radius: 10px;
}

#comment-modal-body {
    background-color: white;
    padding: 10px;
    max-height: 600px;
    overflow-y: auto;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
    margin: 0 auto;
}

#comment-modal-footer {
    background-color: white;
    color: white;
    border-radius: 0 0 15px 15px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

}

#comment-modal-footer button {
    margin-right: 10px;
}

#txtComment {
    margin-top: 20px;
    width: 290px;
    height: 100px;
}

#comment-modal-title {
    text-align: center;
    font-size: 23px;
    color: indigo;
    margin-bottom: 5px;
}