p.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: "\f075";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    font-size: 45px;
 }

.rmdexclamation {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5;
  position:relative;
}

.rmdexclamation:before {
    content: "\f071";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    font-size: 45px;
 }

 .rmdquestion {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5;
  position:relative;
}

.rmdquestion:before {
    content: "\f059";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    font-size: 45px;
 }

.rmdaufgabe {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5;
  position:relative;
}

.rmdaufgabe:before {
    content: "\f14b";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    font-size: 45px;
 }

 .rmdgoal {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5;
  position:relative;
}

.rmdgoal:before {
    content: "\f02d";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:0px;
    font-size: 45px;
 }

/*#.rmdlernziel {
#    padding: 1em 1em 1em 4em;
#    margin-bottom: 10px;
#    background: url("/images/book.svg") left center/3em no-repeat !important;
#        background-color: rgb(245, 245, 245);
#        background-position-x: left;
#        background-position-y: center;
#        background-repeat: no-repeat;
#        background-attachment: scroll;
#       background-image: url("images/book.svg");
#        background-size: 4em;
#        background-origin: padding-box;
#        background-clip: border-box;
#    border-style: none;
#    border-color: #000000;
#}
*/
