body.components {
  background-color: #222;
}
body.components li {
  list-style: none;
}
body.components *[data-block="component-test"] {
  display: block;
  width: 1024px;
  margin: 0 auto;
}
body.components > .item {
  margin-top: 80px;
  margin-bottom: 80px;
}
body.components > .item > label {
  display: inline-block;
  color: #FF5588;
  font-size: 18px;
  margin-bottom: 10px;
}
body.components > .item > label + p {
  font-size: 12px;
  color: #ae6743;
  margin-top: -5px;
  margin-bottom: 20px;
}
body.components .page-list {
  width: 1024px;
  margin: 50px auto;
  list-style: circle;
  line-height: 30px;
  color: #6a8fd8;
}
body.components .page-list li {
  list-style: circle;
}
body.components .page-list a {
  color: #6a8fd8;
}
body.components .page-list a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=components.css.map */
