p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

div.FOO {
  font-weight: bold;
  color: red;
}

.rmdcomment {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5;
  position:relative;
}

.rmdcomment:before {
    content: "\f075";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    font-size: 45px;
 }

.rcorners {
  border-radius: 25px;
  border: 2px solid #0A3FAC;
  padding: 2px;
  width: 200; 
  height: 70px;  
  text-align: center;
  font-size: 36px;
  vertical-align: middle;
}
