body {
  font-family: Arial, sans-serif; 
  font-size: 16px;
  font-size-adjust: from-font;
  line-height: 1.4;
  background: #fcfbfa;
}

em {
  padding-right: 1px;
}

code,
pre {
  font-family: Consolas, Inconsolata, monospace;
  font-size: 15px;
  border: 1px solid #ccc;
  /* background: #f6f8fa; */
  background: #f0f2f8;
}
code {
/*  padding: 1px 3px; */
  border-radius: 3px;
  white-space: nowrap;
}
pre {
/*  padding-left: 3em; */
  margin-left: 2em;
  padding: 10px;
  border-radius: 6px;
  overflow-x: auto;
  line-height: 1.3;
}
pre code {
  padding: 0 0;
  border: none;
  white-space: pre;
}

h1 {
  border: 1px solid #ccc;
  background: #bed4eb;
}

h2 {
  margin-top: 30px;
}

img {
  display: block;
  margin-left: 40px;
}
.inline-img {
  display: inline;
  margin-left: 0;
  vertical-align: middle;
}

table {
  margin-left: 40px;
  border-collapse:  collapse;
}
th,td {
  border: 1px solid #999;
  padding: 1px 8px;
}
