.li.em {
  font-weight: bold;
}

.tutorialFrame {
  font-size: 11pt;
  max-width: 800px;
}

.tutorialHeader {
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.tutorialSection {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 10px;
}

.tutorialListContainer {
  display: flex;
  justify-content: center;
}

.tutorialList {
  display: block;
}

.tutorialListItem {
  cursor: pointer;
  margin: 6px;
  padding: 2px 8px 2px 8px;
  box-shadow: 3px 3px 3px #666;
  background-color: var(--neutral2);
}

.tutorialListItem:hover {
  background-color: var(--accent1);
}

.tutorialImage {
  /*min-width: 300px;*/
  max-width: 700px;
  box-shadow: 0px 0px 10px #000;
}

.figureCenter {
  text-align: center;
  margin: 20px;
}

.figure {
  text-align: center;
  display: inline-block;
  max-width: 700px;
  position: relative;
}

.annotationText {
  position: absolute;
  font-weight: bold;
  color: var(--annotation);
  text-shadow: 1px 1px 2px #000;
  background-color: #ffffffa0;
  padding-left: 3px;
  padding-right: 3px;
}

.annotationBox {
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: var(--annotation);
  box-shadow: 0px 0px 8px var(--annotation);
}

.caption {
  font-size: 8pt;
}

.tableButton {
  display: block;
  font-weight: bold;
  height: auto;
  margin: auto;
}
