body {
  padding: 10px 10px 10px 10px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  background: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }

img.blender {
  border: 2px solid black;
  display: block;
}

img.icon {
  border: 1px solid black;
  vertical-align: middle;
}

div.figure {
  display: table-cell;
  align: center;
  border: thin silver solid;
  padding: 0.2em;
}

div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

li {
  margin: 0.5em;
}

span.key {
  padding: 0px 3px 0px 3px;
  background-color: ButtonFace;
  border-width: 1px;
  border-style: solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  font: menu;
  font-weight: bold;
}

blockquote.info {
  background-color: #cceeff;
  padding: 0.5em;
  text-align: justify;
}

blockquote.python {
}

