.collapsibleMyth {
  background-color: #f7f7f7;
  cursor: pointer;
  padding: 8px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
}

.active, .collapsibleMyth:hover {
  background-color: #c0c0ff;
}

.collapsibleMythContent {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

blockquote {
  margin-left: 30px;
  margin-right: 30px;
}

h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

table {
  border-collapse: collapse;
  margin: 1em 0;
}

td, th {
  border: 1px solid #ccc;
  padding: 2px 3px;
  text-align: left;
}

th {
  background-color: #f0f0f0;
  font-weight: bold;
}

figure {
  margin: 1.5em 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
}

figcaption {
  margin-top: 0.5em;
  color: #555;
}

.credit {
  font-size: 0.75em;
  color: #666;
  margin: 0.3em 0;
}
