@import url("https://use.typekit.net/hay8qrz.css");

body {
    padding-top: 2rem;
    padding-bottom: 10rem;
    text-rendering: geometricPrecision;
}


table {
    border: solid 2px #000000;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px sans-serif;
    width: 500px;
}
table thead th {
    background-color: #ffffff;
    border: solid 1px #000000;
    color: #000000;
    padding: 10px;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}
table tbody td {
    border: solid 1px #000000;
    color: #000000;
    padding: 10px;
}
h1 {
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Prompt', sans-serif;
    font-weight: 800;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
}
td.name99 {
    font-family: 'Amiri', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    width: 100px;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 16px 8px 8px 8px;
    align-items: center;
    font-weight: 600;
}
td.meaning99 {
    background: '';
    background-color: #ffffff;
    background-size: .35em .35em;
    opacity: 1;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    text-rendering: geometricPrecision;
}
td.meaning99:hover {
     background-color: #fff7e8;
     color: #000000;
     cursor: pointer;
 }
td.pageNum {
    display: none;
}
td.columnID {
    display: none;
}
.tableBlock {
    display: none;
    flex-direction: row;
    width: 100%;
    align-content: center;
    justify-content: center;
    column-gap: 16px;
    row-gap: 16px;
}

@media only screen and (max-width: 743px) {
    .tableBlock {
        flex-wrap: wrap;
    }
}


section.allBlock {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 64px;
}

section.filterButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

/* The "show" class is added to the filtered elements */
.show {
    display: flex;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
    text-rendering: geometricPrecision;
}


/* Add a light grey background on mouse-over */
.btn:hover {
    background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
    background-color: #000000;
    color: white;
    font-weight: 500;
    position: relative;
}

button.btn.last {
    border-radius: 0px 8px 8px 0px;
    padding-right: 24px;
}
button.btn.first {
    border-radius: 8px 0px 0px 8px;
}

/* hide TD */

.meaningClick {
    display: block;
}


/* th flexbox */
.meaningBlock {
    display: flex;
    flex-direction: row;
    border: 0px;
    column-gap: 4px;
    align-items: baseline;

}
.meaningBlockTitle {
    width: 100%;
    height: 100%;
}
