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

.remark {
  padding-top:15px;
  padding-left: 15px;
  margin: 2px;
  background: #f5f5f5;
  position:relative;
}

.remark:before {
    left:10px;
    position:absolute;
    top:5px;
    font-size: 18px;
    font-weight: bold;
 }

.example {
  background-color: #f5f5f5;
  padding: 5px 10px;
}

.adamCitation {
  background-color: #f5f5f5;
  padding: 5px 10px;
}


/* Open review styles */

.h-icon-chevron-left {
    background: white;
        padding: 3px;
        border: #eee 1px solid;
        color: #666;
      }

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.rmdreview {
  padding: 1em 1em 1em 5em;
  margin-bottom: 0px;
  background: #f5f5f5 5px center/3em no-repeat;
  position:relative;
}

.rmdreview:before {
    content: "\f0e6";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:10px;
    bottom: 0px;
    font-size: 60px;
 }
