blockquote {
  background-color: #dbecf4;
  padding: 1em;
}

blockquote p {
  margin-bottom: 0;
}

details {
  background-color: #dbdfe2;
  border: #93979b solid 1px;
  border-radius: 5px;
  padding: 0.5em 1em;
}

details p {
  padding-top: 1em;
}

details pre * {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.rst-content code {
  font-size: 0.8em !important;
}

table {
  table-layout: fixed !important;
}

th, td {
  word-wrap: break-word !important;
  white-space: normal !important;
}

