header
{
    display: block;
    /*padding: 0px 4px;*/
}

.class-description {
    font-size: 130%;
    line-height: 140%;
    margin-bottom: 1em;
    margin-top: 1em;
}

.class-description:empty {
    margin: 0;
}

article dl {
    margin-bottom: 40px;
}

section
{
    display: block;
    background-color: #fff;
    padding-left: 16px;
}

.variation {
    display: none;
}

.signature-attributes {
    font-size: 60%;
    color: #aaa;
    font-style: italic;
    font-weight: lighter;
}

footer {
    margin-top: 32px;
    display: block;
    font-size: 90%;
}


h1
{
    font-size: 48px;
    letter-spacing: -2px;
}

h2, h3
{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

h4
{
    font-size: 18px;
    letter-spacing: -0.33px;
    margin-bottom: 12px;
}

h5, .container-overview .subsection-title
{
    font-size: 120%;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 8px 0 3px 0;
}

h6
{
    font-size: 100%;
    letter-spacing: -0.01em;
    margin: 6px 0 3px 0;
    font-style: italic;
}

.ancestors { color: #999; }
.ancestors a
{
    color: #999 !important;
    text-decoration: none;
}

.clear
{
    clear: both;
}

.important
{
    font-weight: bold;
    color: #950B02;
}

.yes-def {
    text-indent: -1000px;
}

.type-signature {
    color: #aaa;
}

.name, .signature {
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
}

.details { margin-top: 14px; border-left: 2px solid #DDD; }
.details dt { width: 120px; float: left; padding-left: 10px;  padding-top: 6px; }
.details dd { margin-left: 70px; }
.details ul { margin: 0; }
.details ul { list-style-type: none; }
.details li { margin-left: 30px; padding-top: 6px; }
.details pre.prettyprint { margin: 0 }
.details .object-value { padding-top: 0; }

.description {
    margin-bottom: 1em;
    margin-top: 1em;
}

.code-caption
{
    font-style: italic;
    font-size: 107%;
    margin: 0;
}

.prettyprint
{
    border: 1px solid #ddd;
    overflow: auto;
}

.prettyprint.source {
    width: inherit;
}

.prettyprint code
{
    font-size: 100%;
    line-height: 18px;
    display: block;
    margin: 0;
    color: #4D4E53;
}

.prettyprint code span.line
{
  display: inline-block;
}

.prettyprint.linenums
{
  padding-left: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prettyprint.linenums ol
{
  padding-left: 0;
}

.prettyprint.linenums li
{
  border-left: 3px #ddd solid;
}

.prettyprint.linenums li.selected,
.prettyprint.linenums li.selected *
{
  background-color: lightyellow;
}

.prettyprint.linenums li *
{
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.params, .props
{
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
}

.params .subparams {
    padding-left: 40px;
}

.params .name, .props .name, .name code {
    color: #4D4E53;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    font-size: 100%;
}

.params td, .params th, .props td, .props th
{
    text-align: left;
    vertical-align: top;
    padding: 4px 6px;
}

.params td.description > p:first-child
{
    margin-top: 0;
    padding-top: 0;
}

.params td.description > p:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.disabled {
    color: #454545;
}

/* quickfixes */
#nav {
  padding-right: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
}
a {
  color: #297dd1;
}
body {
  font-size: 16px;
  line-height: 1.5;
}
@media(min-width: 992px) {
  #main {
    padding-left: 245px;
  }
}
@media(min-width: 1200px) {
  #main {
    padding-left: 295px;
  }
}
.content {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding-left: 32px;
  padding-right: 32px;
}
#page-content {
  overflow: hidden;
}

.bs-sidebar {
  z-index: 1;
}
.bs-sidenav {
  font-size: 18px;
  z-index: 1;
}

.bs-sidebar .nav .nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666;
}

pre {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  font-size: 16px;
}

.note, .tip, .warning, pre {
  margin-top: 24px;
  margin-bottom: 32px;
}

.note, .tip, .warning {
  border: none;
}
.note strong, .tip strong, .warning strong {
  font-size: 17px;
}
.note strong::before, .tip strong::before, .warning strong::before {
  display: none;
}
.note {
  background-color: #e8f4fa;
}
.tip {
  background-color: #ebf6e7;
}
.getting-started-list {
  padding-left: 24px;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1300px;
  }
}
.content {
  padding-top: 16px;
  padding-bottom: 32px;
  min-height: 90vh;
}

h3.subsection-title {
  margin-top: 32px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 32px;
  padding-bottom: 16px;
  padding-top: 32px;
}

h4.name {
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 24px;
  font-family: monospace;
  margin-left: -24px;
  padding-left: 24px;
  position: relative;
}
h4.name .signature, h4.name .type-signature {
  font-size: 20px;
  font-family: monospace;
}
h4.name::before {
  content: '#';
  color: #3886d4;
  font-weight: 600;
  font-size: 32px;
  margin-right: 4px;
  left: 0px;
  top: 12px;
  position: absolute;
}
h5 {
  font-size: 16px;
  margin: 0;
  float: left;
  line-height: 1.49;
  margin-right: 8px;
  margin-bottom: 16px;
}
section {
  padding-left: 24px;
  padding-bottom: 32px;
}
.content h2, .content h3, .content h4  {
  margin-left: -24px;
}
p br {
  content: ' ';
  display: inline-block;
  width: 5px;
}

dl.details {
  padding-left: 0;
  border: none;
  margin-top: 16px;
  margin-bottom: 0;
}
dl.details:after {
  content: ' ';
  clear: both;
  display: table;
}
dl.details dt {
  width: initial;
  float: left;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 16px;
  clear: both;
}
dl.details dd {
  float: left;
  margin-left: 0;
  padding-bottom: 0;
}
dl.details ul {
  padding: 0;
}
dl.details li {
  padding-top: 0;
  padding-bottom: 16px;
  margin-left: 8px;
}
h5 ~ ul {
  padding: 0;
  list-style: none;
}
h5 ~ dl {
  padding-left: 16px;
}
article dl {
  margin-bottom: 0px;
}
article dl p {
  margin-bottom: 0px;
}
article dl:after {
  content: ' ';
  clear: both;
  display: table;
}
article dt {
  float: left;
  padding-bottom: 16px;
  clear: both;
}
article dd {
  float: left;
  margin-left: 8px;
  padding-bottom: 16px;
}

.filter {
  display: none;
}
