.shaded{
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5 5px center/3em no-repeat;
  border: 2px solid DarkGrey;
}

.important {
  background-image: url("images/important60.png");
}

.tip {
  background-image: url("images/info60.png");
}
.question{
  background-image: url("images/question60.png");
}

.framed{
  padding: 2em 2em 1em 4em;
  margin-bottom: 20px;
  margin-left: 10%;
  background-color: #fbf1ef;
  height: 338px;
  width: 600px;
  background-position: left;
  background-repeat: no-repeat;
  border: 2px solid DarkGrey;
}

.dots{
   background-image: url("images/cdabs_dots3.jpg");
}

.redcap{
background-image: url("images/redcapLogo.JPG");
}

.slide2{
  padding: 3em 2em 1em 2em;
  margin-bottom: 20px;
  margin-left: 10%;
  background-color: #fbf1ef;
  height: 320px;
  width: 600px;
  background-position: right;
  background-size: 15em;
  background-repeat: no-repeat;
  border: 2px solid DarkGrey;
}

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;
}
.level1 h1 {
}

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;
}

.source::before {
    content: "R";
    background-color: #f2eff6;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.output::before {
    content: "Output";
    background-color: #f2eff6;
    display: block;
    font-weight: bold;
}