caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

.rmdcomment {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5;
  position:relative;
}

.rmdcomment:before {
    content: "\f167";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    bottom:0px;
    font-size: 45px;
 }

.rmdhint {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: lightred;
  position:relative;
}

.rmdhint:before {
    content: "\f167";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    bottom:0px;
    font-size: 45px;
 }

.teoria {
  color: blue;
}
