html,
body {
  margin: 0;
  padding: 0;
}
.crawler {
  margin: 20px;
}
.crawler a {
  color: #00a;
}
.crawler a:visited {
  color: #004;
}
.crawler a:hover,
.crawler a:active {
  background-color: #ddf;
}
.crawler h1 a {
  text-decoration: none;
}
.crawler table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.crawler table th,
.crawler table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.crawler table th {
  background-color: #eee;
}
.crawler pre.json {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 10px;
  font-family: monospace;
  line-height: 150%;
  overflow-x: scroll;
}
.crawler pre.json .string {
  color: #f00;
}
.crawler pre.json .number {
  color: #0c0;
}
.crawler pre.json .boolean {
  color: #00f;
}
.crawler pre.json .null {
  color: magenta;
}
.crawler pre.json .key {
  color: #444;
}
/*# sourceMappingURL=less.css.map */