#main-entry {
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translate(-50%);
    background-color: #ecebeb;
    border-radius: 3rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    width: 60rem;
    height: 35rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

#main-display {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%);
    background-color: #ecebeb;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    width: 1200px;
    height: 700px;
    text-align: center;
    display: none;
    flex-direction: column;
    overflow-y: auto;
}

#title {
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 2.3rem;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #513a24;
    text-align: center;
}

#radicals {
    width: 100px;
    margin-right: 10px;
}

#verb-form,
#verb-form-wiki,
#radical-substitution,
#verb-number,
#verb-form-type {
    width: 120px;
    margin-right: 10px;
}

#verb-type {
    width: 150px;
}

#createSelection {
    display: flex;
}

.form-group {
    display: flex;
}

#subtitle {
    text-align: center;
    font-style: italic;
    font-size: 1.5rem;
}

#btnScrape {
    margin: 0 auto;
    margin-top: 2rem;
    width: 18rem;
}

#lookUpString {
    width: 80%;
    position: relative;
    top: 1rem;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 2rem;
    font-size: 2rem;
    ;
}

#txtInfoLine {
    width: 600px;
    font-size: 20px;
    color: darkblue;
    padding: .5rem;
}

#ResultString {
    font-size: 3rem;
    color: maroon;
    padding: 1rem;
    margin-top: 3rem;
}

#verb-html {
    width: 700px;
    height: 300px;
    background-color: lightgray;
    font-size: 10px;
}

#heading {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: darkslategray;
}

#selectionArea {
    text-align: left;
    width: 400px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.acc-tab-content input[type="text"] {
    opacity: 1;
    position: static;
}

.acc-tab-content input[type="checkbox"] {
    opacity: 1;
    position: static;
}


/* td {
    text-align: left;
} */

.clsNotes {
    width: 800px;
}

.clsEnglish {
    width: 300px;
}

.infinitive {
    font-size: 40px;
    font-family: scheherazade;
    color: brown;
}

table {
    border-collapse: collapse;
}

.clsTense {
    padding-left: 5px;
    color: darkslateblue;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.clsArabic {
    font-size: 30px;
    font-family: scheherazade;
    color: brown;
}

.clsArabic1 {
    font-size: 30px;
    font-family: scheherazade;
    color: rgb(107, 1, 153);
}

.clsArabic2 {
    font-size: 30px;
    font-family: scheherazade;
    color: green;
}

.clsArabic3 {
    font-size: 30px;
    font-family: scheherazade;
    color: blue;
}

.clsArabic4 {
    font-size: 30px;
    font-family: scheherazade;
    color: red;
}

.clsVerbalTitle {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue;
}

.clsArabic5 {
    font-size: 30px;
    font-family: scheherazade;
    color: rgb(231, 68, 8);
}

.clsVoice {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: darkslateblue;
}

.clsNumber {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: rebeccapurple;
}

.clsPerson {
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rebeccapurple;
}

#nav {
    text-align: center;
    padding: 20px 0 20px 0;
}