p.caption {
  color: #777;
  margin-top: 10px;
}

p code {
  white-space: inherit;
}

pre {
  word-break: normal;
  word-wrap: normal;
}


pre code {
  white-space: inherit;
}

body {
text-align: justify
}


h1, h2, h3, h4, h5 {
  font-style: oblique;
  text-align: justify;
  color: CornflowerBlue;
}

cite {
  font-style: italic;
}

.silverbox {
  font-style: italic;
  padding: 1em;
  background: silver;
  color: black;
  border: 2px solid black;
  border-radius: 10px;
  text-align: justify
}

.whitebox {
  font-style: italic;
  padding: 1em;
  background: white;
  color: black;
  border: 2px solid black;
  border-radius: 12px;
  text-align: justify
}


.yellowbox {
  padding: 1em;
  background: orange;
  color: black;
  border: 2px solid black;
  border-radius: 10px;
  text-align: justify
}

.bluebox {
  padding: 1em;
  background: LightSteelBlue;
  color: black;
  border: 2px solid black;
  border-radius: 10px;
  text-align: justify
}


.center {
  text-align: center;
}

.Rchunk {
  font-weight: bolder;
}

.Rout {
  font-weight: bolder;
}

