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;
}
.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: 0;
  background: #f5f5f5 5px center/3em no-repeat;
  position:relative;
}

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

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

.attention:before {
    content: "\f0c6";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:10px;
    bottom: 0;
    font-size: 30px;
 }

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

.question:before {
    content: "\f128";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:10px;
    bottom: 0;
    font-size: 30px;
 }

.header_p1
{
    background: white;
    width: 750px;
    height: 110px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 50%;           /* Start at 50% of browser window */
    margin-left: -325px; /* Go half of width to the left, centering the element */
}
