img {
  border: 1px solid black;
}


/* Instructions tabs - https://www.w3schools.com/howto/howto_js_tabs.asp */

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid darkgrey;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ddd;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid darkgrey;
  border-top: none;
}


li.chapter-item > div {
  font-style: italic;
  color: rgb(200, 201, 219);
}

div#dictionary_examples td, th {
  font-size: 0.8em;
  padding: 5px;
}
