/*!
 * azui 0.0.10
 * https://github.com/elgs/azui#readme
 * @author Qian Chen
 * MIT License
 * Copyright (c) 2019 Qian Chen
 */
div {
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto; }

.azui .azDocs {
  height: 100%;
  width: 100%;
  padding: 40px;
  line-height: 1.5;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #333; }
  .azui .azDocs code:not(*) {
    font-size: 13px; }


/*# sourceMappingURL=azui.docs.0.0.10.css.map*/