.navigation ul li[data-name=changelog][data-type=tutorial] {
  font-size: .8em;
  padding-left: 5px;
}

.main section.tutorial.changelog h1 {
  background-color: #eee;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .1em;
}

.main section.tutorial.changelog :not(blockquote) > ul * {
  margin-bottom: 0px;
}

.main section.tutorial.changelog blockquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.main section.tutorial.changelog blockquote * {
  margin-bottom: 0;
}
/*
.main section.tutorial.changelog blockquote p {
  margin-bottom: 0;
}
*/
.cltag {
  content: "bug";
  border-radius: 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 4px;
  color: white;
  width: 6em;
  text-align: center;
}

.cltag-bugfix, .cltag-fix {
  background-color: #fc2929;
}

.cltag-misc {
  background-color: #555;
}

.cltag-feature {
  background-color: #009800;
}

.cltag-optim {
  background-color: #0052cc;
}

.cltag-break {
  background-color: #000000;
}

/* =========================================================== */
.tag-see p {
  margin-block-start: 0;
  margin-block-end: 0;
}

nav ul .members {
  font-weight: bolder;
  font-size: smaller;
  margin-left: 10px;
}

h4.name {
    border-top-style: outset;
    padding-top: 5px;
}
