.rmdaction, .rmdinstruction, .rmdinfo, .rmdcaution, .rmdtry, .rmdnote, .rmdtip, .rmdthinking {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5 5px center/3em no-repeat;
}
.rmdaction {
  background-image: url("../images/action.png");
}
.rmdinstruction {
  background-image: url("../images/instruction.png");
}
.rmdinfo {
  background-image: url("../images/info.png");
}
.rmdcaution {
  background-image: url("../images/caution.png");
}
.rmdtry {
  background-image: url("../images/try.png");
}
.rmdnote {
  background-image: url("../images/note.png");
}
.rmdtip {
  background-image: url("../images/tip.png");
}
.rmdthinking {
  background-image: url("../images/thinking.png");
}
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: 0px solid;
}
.level1 h1 {
  border-bottom: 3px 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;
}
.myqt {
  color: #ee5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white;
}




