.section-dark-0 {
  background-color: #333333;
  color: #f2f2f2;
}

.section-light-0 {
  background-color: default;
  color: default;
}

.section-dark-1 {
  background-color: #523a3a;
  color: #f2f2f2;
}

.section-light-1 {
  background-color: #c4daffca;
  color: default;
}

.section-dark-2 {
  background-color: #3c3960;
  color: #f2f2f2;
}

.section-light-2 {
  background-color: #e2cab4e6;
  color: default;
}

.section-card {
  border-radius: 5px;
  margin: 10px 0px 10px 0px;
  padding: 10px
}

.settings-button-pos {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.mode-button-pos {
  position: fixed;
  bottom: 10px;
  right: 80px;
}

.size-button-pos {
  position: fixed;
  bottom: 10px;
  right: 150px;
}

.top-button-pos {
  position: fixed;
  bottom: 80px;
  right: 10px;
}

.bookmark-button-pos {
  position: fixed;
  bottom: 10px;
  right: 220px;
}

.floating-button {
  font-size: 25px;
  padding: 9px 15px;
  border-radius: 100px;
  border: none;
  background-color: #3572ff;
  color: white;
  opacity: 0.5;
}

.table-public-info {
  max-width:600px;
  table-layout: fixed;
  margin:auto
}

.word-break-all {
  word-break: break-all;
}

.summary {
  color: inherit;
  text-align: justify;
}

.chapterContents {
  color: inherit;
  text-align: justify;
  margin-bottom: 70px;
}

.init-hidden {
  display: none;
}

.prev-next-btn {
  width: 110px;
}

.tooltip-keyword {
  cursor: default;
}

.tooltip-dark {
  color: #bacdfd;
}

.tooltip-light {
  color: #006be6;
}

.tooltip-keyword:hover {
  text-decoration: underline;
}

.text-light-mode {
  color: #333333;
}

.text-dark-mode {
  color: #f2f2f2;
}

.text-light-mode:hover {
  color: #333333;
}

.text-dark-mode:hover {
  color: #f2f2f2;
}