/**
 * Accompanying CSS for Template:Documentation and Template:Docparam.
 * Project Wiki entry: https://important.wikia.com/wiki/Template:Documentation
 *  https://important.wikia.com/wiki/Template:Docparam
 */
.documentation {
  background-color: var(--module-bg);
  border: 1px solid var(--medium-gray);
  border-radius: 3px;
  overflow: hidden;
}
.documentation__header, .documentation__footer {
  padding: 0 1rem;
  box-sizing: border-box;
  line-height: 3;
  background-color: var(--module-bg-secondary);
}
.documentation__header {
  border-bottom: 1px solid var(--medium-gray);
}
.documentation__header__headline {
  font-weight: bold;
}
.documentation__header__action-links {
  float: right;
  font-size: 0.85rem;
}
.documentation__footer {
  border-top: 1px solid var(--medium-gray);
  font-size: 0.85rem;
  text-align: right;
  clear: both;
}
.documentation__content {
  padding: 1rem;
  box-sizing: border-box;
}
.documentation #toc {
  margin-top: 0;
  margin-bottom: 6px;
}

.docparam {
  background-color: var(--module-bg);
  border: 1px solid var(--medium-gray);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.docparam__header {
  border-bottom: 1px solid var(--medium-gray);
  background-color: var(--module-bg-secondary);
  padding: 0 5px;
  box-sizing: border-box;
}
.docparam__header__icon {
  display: inline-block;
}
.docparam__header__name {
  display: inline-block;
  position: relative;
  top: 2px;
}
.docparam__header__default {
  float: right;
  line-height: 2.5;
  font-size: 0.9rem;
  color: var(--module-fg);
}
.docparam__description {
  padding: 1rem;
  box-sizing: border-box;
}

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