.rmdcaution, .rmdnote, .rmdtip, .rmdpractice {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #f5f5f5 5px center/3em no-repeat;
}
.rmdcaution {
  background-image: url("./images/caution.png");
  border: 2px solid DarkRed;
}
.rmdnote {
  background-image: url("./images/note.png");
  border: 2px solid SeaGreen;
}
.rmdtip {
  background-image: url("./images/tip.png");
  border: 2px solid Gold;
}
.rmdpractice {
  background-image: url("./images/practice.png");
  border: 2px solid SteelBlue;
}

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;
}
