#myInput {
    width: 90%;
    border-radius: 40px;
    background-color: gold;
    font-size: 14px;
    padding: 12px 10px 12px 0;
    border: 2px solid #ddd;
    direction: rtl;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}
#myTable tbody {
    display: block;
    max-height: 350px;
    overflow: auto;
    position: relative;
    font-size: 14px;
    border-collapse: collapse;
    direction: rtl;
    height: auto;
    border: 1px solid #ddd;
}
#myTable {
    margin: auto;
    width: 99.5%;
}
#myTable th, #myTable td {
    text-align: center;
    padding: 12px;
    width: 240px !important;
}
#myTable tr {
    border-bottom: 1px solid #ddd;
}
#myTableh tr.header {
    background-color: #f1f1f1;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 2;
}
#myTableh th, #myTableh td {
    text-align: center;
    padding: 12px;
    width: 240px !important;
}
::placeholder {
    color: black;
    opacity: 1;
}
:-ms-input-placeholder {
    color: black;
}
::-ms-input-placeholder {
    color: black;
}
.highlight {
    background-color: yellow;
}
.pd-dictionary-container {
    text-align: center;
}