body {
	margin: 20px;
}

.rmdcaution, .rmdimportant, .rmdnote, .rmdtip, .rmdwarning, .rmdspss, .rmdthink, .rmdexample, .rmdthinkHTML, .rmdobjectives, .rmdpronunciation {
  padding: 15px 15px 15px 64px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #fbfbef 5px center/3em no-repeat;
}


.rmdobjectives {
  background-image: url("../icons/iconmonstr-target-4-240.png");
  background-position: left top;
/*   background-color: rgb(230, 255, 230); */
  background-color: rgb(230, 249, 255);
}
.rmdimportant {
  background-image: url("../icons/iconmonstr-warning-8-240.png");
  background-position: left top;
  background-color: rgb(248, 237, 237);
}
.rmdcaution {
  background-image: url("../icons/iconmonstr-warning-8-240.png");
  background-position: left top;
}
.rmdnote {
  background-image: url("../icons/iconmonstr-light-bulb-2-240.png");
  background-position: left top;
}
.rmdtip {
  background-image: url("../icons/iconmonstr-info-6-240.png");
  background-position: left top;
}
.rmdwarning {
  background-image: url("../icons/iconmonstr-danger-13-240.png");
  background-position: left top;
}
.rmdspss {
  background-image: url("../icons/iconmonstr-laptop-4-240.png");
  background-position: left top;
}
.rmdthink { /* Question with potential answers */
  background-image: url("../icons/iconmonstr-school-17-240.png");
  background-color: rgb(238, 235, 249);
  background-position: left top;
  border-radius: 8px 8px 8px 0; /* TL TR BR BL */
}
.rmdthinkHTML {
  background-image: url("../icons/iconmonstr-school-17-240.png");
  background-position: left top;
}
.rmdexample {
  background-image: url("../icons/iconmonstr-school-7-240.png");
  background-position: left top;
}
.rmdpronunciation {
  background-image: url("../icons/iconmonstr-microphone-7-240.png");
  background-position: left top;
}







p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
p.flushright {
  text-align: right;
}
blockquote > p:last-child {
  text-align: right;
}
blockquote > p:first-child {
  text-align: inherit;
}
.header-section-number {
  padding-right: .2em;
  font-weight: 500;
}
.level1 .header-section-number {
  display: inline-block;
  border-bottom: 3px solid;
}
.level1 h1 {
  border-bottom: 1px solid;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1.title {
  font-weight: 700;
}
.smallcaps {
  font-variant: small-caps;
}
.book .book-body .page-wrapper .page-inner section.normal strong {
  font-weight: 600;
}

.answer{
  background-color: rgb(255, 255, 255);
  padding: 1em 1em 1em 0; /* top right bottom left */
  margin-bottom: 10px;
  margin-top: 10px;
}

.lemma {
  background-color: rgb(249, 236, 242);
  padding: 1em 1em 1em 1em;    /* TRBL */
  margin-bottom: 10px;
}

.example{
  padding: 10px 10px 10px 10px;
  background-color: rgb(245, 245, 245);
  margin-bottom: 10px;
}
button.example-fold-btn{ /* Extra example (exampleExtra) block: button */
  background-color: rgb(242, 242, 255); /* Need also to look at js/examplefold.js and similar */
  border-radius: 8px;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.example-fold-blck { /* Extra example (exampleExtra) block: text */
  padding: 10px 10px 10px 10px; /* Need also to look at js/examplefold.js and similar */
  border-radius: 8px;
  background-color: rgb(242, 242, 255);
  margin-bottom: 10px;
  margin-top: -10px;
}

button.fold-btn{  /* Question with potential answers: button */
  background-color: rgb(242, 242, 255); /* Need also to look at js/examplefold.js and similar */
  border-radius: 0;   /* TL TR BR BL */
  border: none;
  margin-top: -10px;
  margin-bottom: 5px;
}
.fold-blck {  /* Question with potential answers: text */
  padding: 10px 10px 10px 10px; /* Need also to look at js/examplefold.js and similar */
  border-radius: 0 8px 8px 8px;
  background-color: rgb(242, 242, 255);
  margin-bottom: 5px;
  margin-top: -5px;
}

button.info-fold-btn{ /* Extra info (extraInfo) block: button */
  background-color: rgb(242, 242, 255); /* Need also to look at js/examplefold.js and similar */
  border-radius: 8px;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.info-fold-blck { /* Extra info (extraInfo) block: text */
  padding: 10px 10px 10px 10px; /* Need also to look at js/examplefold.js and similar */
  border-radius: 8px;
  background-color: rgb(242, 242, 255);
  margin-bottom: 10px;
  margin-top: -10px;
}


.definition {
  padding: 10px 10px 10px 10px;
  background-color: rgb(242, 255, 230);
  margin-bottom: 10px;
}
.lemma {
  padding: 10px 10px 10px 10px;
  background-color: rgb(242, 242, 255);
  margin-bottom: 10px;
}

/* Two column chunks, from https://github.com/grantmcdermott/two-col-test/blob/master/preamble.css */
.column-left {
  float: left;
  width: 49%;
  text-align: left;
}
.column-right {
  float: right;
  width: 49%;
  text-align: left;
}

/* Some boxes, for end of section exercises for instance */

.SectionExercises{
	width:90%;
	padding: 15px 15px 15px 64px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #f0f5f5 5px center/3em no-repeat;
}



/* Space out the entries in the reference list */
.csl-entry {
    padding-bottom: 1em;
}


