/* Side Nav */
.manual-color, .kind-class, .manual-color-faq {
  background-color: #6eb5f7;
}

.manual-color a, .kind-class, .manual-color-faq a {
  color: #ffffff !important;
}

.kind-variable, .manual-color-reference {
  background-color: #074278;
}

.kind-variable, .manual-color-reference a, .manual-color-faq a {
  color: #ffffff;
}

.manual-toc-root ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: normal !important;
}

.manual-toc .indent-h1 {
  margin: 0.5em 0 0 .5em;
}

/* Class Summay*/
.summary thead tr {
  background-color: #074278;
}

.summary thead span a {
  font-weight: 600;
}

/* Params Table */
table.params thead {
  background: none;
  color: inherit;
  font-weight: 600;
}

table.params ul {
  padding: 0;
}

table.params ul li {
  list-style: none;
}

table.params td {
  padding: 4px 8px;
}

table.params td:first-child {
  border-left: none;
}

table.params td:last-child {
  border-right:  none;
}

table.params thead td {
  border-top: none;
}

table.params tbody tr:last-child td {
  border-bottom: none;
}

.informal {
  display: block;
  padding-left: 1.3em;
  border-left: 5px solid #dfdfdf;
  font-size: 1.1em;
  font-family: 'Kalam', cursive;
  margin: 22px 0;
}
