p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

.Rchunk {
  background-color: #f2dede !important;
  font-weight: bolder;
  color: red !important;
}

.Rout {
  background-color: #d9edf7 !important;
  font-weight: bolder;
  color: blue !important;
}

.blackbox {
  padding: 1em;
  background: #dee3f2;
  color: black;
  border: 2px #dee3f2;
  border-radius: 10px;
}
.center {
  text-align: center;
}
