table#lugat-listesi tbody th {
  cursor: auto;
  background: #767676;
  text-align: inherit;
  color: white;
  padding: .92857143em .78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: 700;
  text-transform: none;
  border: 1px solid rgba(34, 36, 38, .1);
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 1150px) {
  table#harflistesi td {
    display: inline-block !important;
  }
}

#markmenu {
  display: none;
  position: fixed;
  background-color: rgb(245, 245, 245);
  box-sizing: content-box;
  cursor: pointer;
  height: 19px;
  width: 19px;
  z-index: 2147483647;
  border: 1px solid rgb(220, 220, 220);
  border-image: initial;
  border-radius: 5px;
  padding: 3px;
}

div#lugat-popup {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 10px #00000069;
  border-radius: 5px;
  border: 1px solid #00000052;
  padding: 0;
  color: #765c5c;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

div#lugat-popup:before {
  position: absolute;
  content: '';
  width: .71428571em;
  height: .71428571em;
  background: #fff;
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 0 0 #bababc;
  box-shadow: 1px 1px 0 0 #bababc;
  bottom: auto;
  right: auto;
  top: -.30714286em;
  left: 50%;
  margin-left: -.30714286em;
}

div#lugat-popup > div {
  max-width: 320px;
  min-width: 300px;
  max-height: 420px;
  overflow: auto;
  padding: 1em .5em .5em;
}

div#lugat-popup h2, div#lugat-popup table#harflistesi, div#lugat-popup form {
  display: none;
}