/* css styles */

/* https://bookdown.org/yihui/rmarkdown-cookbook/custom-blocks.html */
.infobox {
  padding: 1em;
  background: #e7f3f6;
  color: black;
  border: 1px solid #4682b4;
  border-radius: 8px;
  margin-bottom: 22px;
}

.warnbox {
  padding: 1em;
  background: #fcf1dc;
  color: black;
  border: 1px solid #ffa500;
  border-radius: 8px;
  margin-bottom: 12px;
}

.center {
  text-align: center;
}

.exclusive {
  color: orange;
  text-align: center;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border: 1px dashed orange;
  margin-top: 12px;
}
