body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  margin-bottom: 50px;
}
.container {
  max-width: 970px;
}

figure {
  margin: 2rem 0;
}

figure > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

figure > figcaption {
  margin-top: 0.5rem;
  text-align: center;
}

pre {
  margin-bottom: 2rem;
}
blockquote {
  font-size: 15px;
}

table caption {
  text-align: right;
}

.content pre {
  background: #f8f8f8;
}

.content pre.terminal {
  display: block;
  border: solid tan;
  border: solid #b382b3;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 1px 1px 1px 8px;
  border-radius: 4px;
  overflow: auto;
  width: auto;
  margin: 0 0 1rem 0;
  padding: 0.5em;
  /*background-color: #F7F2E8;*/
}

.content pre.terminal .user {
  padding: 0px 0px 0px 18px;
  background-image: url("../images/icons/fa-usd14.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.content pre.terminal .root {
  padding: 0px 0px 0px 18px;
  background-image: url("../images/icons/fa-hashtag14.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
