.greyout {
    color: #dddddd;
}

table {
  table-layout: fixed;
  width: 80%;
  border-collapse: collapse;
  border: 1px solid #444444;
}

th, td {
    padding: 5px;
    text-align: left;
    border: 1px solid #444444;
}

.metadata_table {
  width: auto;
  margin-right: auto;
  margin-left: 0;
}

.metadata_table, .metadata_table td, .metadata_table th {
  border: none
}

.metadata_header {
    font-weight: bolder;
    text-align: right;
}

#tablet_content {
  margin-top: 25px;
  line-height: 200%; /* double line spacing */
  clear: left;
}

.selectable_word {
  text-decoration: underline;
  text-decoration-color: #aaaaaa;
  padding: 1px;
  border-radius: 0.2rem;
}

.selectable_word:hover {
  text-decoration-color: #555555;
}

.annotated {
  background-color: #ff55ff;
}

.selectable_word:hover {
  background-color: yellow;
}

.annotated:hover {
  background-color: #883388;
}

#annotation_popup {
  position: fixed;
  right: 5rem;
  top: 5rem;
  padding: 10px;
  border: 2px solid black;
  font-size: larger
}

#hoverbox {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  padding: 10px;
}