p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

th {
  text-align: left;
}

h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:ForestGreen;
}

h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top: 24px;
    color:ForestGreen;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top: 24px;
    color:ForestGreen;
}
