.rmdcaution, .rmdimportant, .rmdnote, .rmdtip, .rmdwarning, .rmddef, .rmdcode, .rmdexample {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
}
.rmdcaution {
  background: #f5f5f5 5px center/3em no-repeat;
  background-image: url("https://raw.githubusercontent.com/rstudio/bookdown/master/inst/examples/images/caution.png");
}
.rmdimportant {
  background: #f5f5f5 5px center/3em no-repeat;
  background-image: url("https://raw.githubusercontent.com/rstudio/bookdown/master/inst/examples/images/important.png");
}
.rmdnote {
  background: #f5f5f5 5px center/3em no-repeat;
  background-image: url("https://raw.githubusercontent.com/rstudio/bookdown/master/inst/examples/images/note.png");
}
.rmdtip {
  background: #f5f5f5 5px center/3em no-repeat;
  background-image: url("https://raw.githubusercontent.com/rstudio/bookdown/master/inst/examples/images/tip.png");
}
.rmdwarning {
  background: #f5f5f5 5px center/3em no-repeat;
  background-image: url("https://raw.githubusercontent.com/rstudio/bookdown/master/inst/examples/images/warning.png");
}
.rmddef {
  background: #f2e6ff 5px center/3em no-repeat;
}
.rmdcode {
  background: #FFDAC8 5px center/3em no-repeat;
}
.rmdexample {
  background: #EBF5EE 5px center/3em no-repeat;
}


p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
