html, body {
   background: #fff;
   color: #000;
}

html, body, div, p, ul, ol, il {
  font-family: Arial, Helvetica, sans-serif;
}

.title {
  text-align: center;
}

.key {
  color: #707;
}

.code {
  color: #044;
}

.note {
  font-size: small;
}

.question {
  color: #050;
  margin-top: 3em;
  font-weight: bold;
}

.filename {
  white-space: nowrap;
}

.method-doc {
  margin-bottom: 1em;
}