p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

table tbody tr.even {
  background-color: #f5f5f5;
}

table tbody tr.odd {
  background-color: white;
}

