#alphabet a {
  color: #000;
  letter-spacing: 15px;
  font-size: 16pt;
}

#alphabet a.active {
  font-weight: 900;
}

table#wordlist tr:not(:first-child) td:nth-child(2) {
  font-style: italic;
}

table#wordlist tr:not(:first-child) td:first-child,
table#wordlist tr:not(:first-child) td:last-child {
  font-weight: bold;
}

table#wordlist tr:first-child {
  background-color: #6B1014;
  color: #fff;
  height: 80px;
}

table#wordlist td {
  padding: 10px 50px;
  height: 70px;
}

table#wordlist td:first-child {
  max-width: 200px;
}

table#wordlist td:nth-child(2) {
  max-width: 400px;
}

table#wordlist tr:first-child .nice-select {
  color: #000;
}
