#page-contents {
  /*position: absolute;*/
  /*bottom: 2rem;*/
}

.cover-container {
  max-width: 50em;
}

.alert {
  display: inline-block;
  max-width: 80%;
  text-align: left;
}

.question {
  text-align: right;
  white-space: pre-wrap;
}

.answer {
  text-align: left;
  white-space: pre-wrap;
}
.sources {
  font-size: 75%;
}
.p-chat {
  margin-bottom: 0;
}
pre {
   margin-top: 1rem;
   margin-left: 1rem;
}
span.variable {
    color: #e8912d;
    background-color: #090083;
    font-family: Monaco, Menlo, Consolas, Courier New, monospace !important;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.p-sources {
  margin-top: 1rem;
}