
td, th {
  border-bottom: 2px solid black;
  padding: 1rem 0 1rem 0;
}
table {
  border: 2px solid black;
}
.def {
  text-align: left;
  font-size: 1.5rem;
}
.key {
  text-align: center;
  font-weight: bold;
  background-color: LightGray;
  font-size: 1.5rem;
}
.keyWord {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  background-color: LightGray;
}
.lang {
  width: 98%;
  font-weight: bold;
  text-align: right;
}
.langTab:link {
  color: black;
  text-decoration: none;
}
.langTab:visited {
  color: black;
}
