p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}


table {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
  
}

.figure {
  margin-top: 90px;
  margin-bottom: 90px;
}

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


.White {
  background-color: White;
  border: 3px solid black;
  padding: 50px;
  margin: 20px;

}



.Shaded {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 1em;
  background: lightgray;
  color: black;
  border: 15px black;
  border-radius: 10px;
}


