@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src:
      local('Open Sans'),
      local('OpenSans'),
      url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
      url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
  font-family: 'Open Sans Light';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src:
      local('Open Sans Light'),
      local('OpenSans Light'),
      url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
      url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
}

.jsdoc-wrap {
  padding-top: 2rem;
  overflow-x: scroll;
}

@media screen and (min-width: 900px) {
  .jsdoc-wrap {
    max-width: calc(100vw - 200px);
  }
}

.jsdoc-wrap a, 
.jsdoc-wrap a:visited, 
.jsdoc-wrap a:active {
  color: #0095dd;
  text-decoration: none;
}

.jsdoc-wrap a:hover {
  text-decoration: underline;
}

.jsdoc-wrap header
{
  display: block;
  padding: 0px 4px;
}


.jsdoc-wrap tt, 
.jsdoc-wrap code, 
.jsdoc-wrap kbd, 
.jsdoc-wrap samp {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}

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

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

.jsdoc-wrap #main {
  float: left;
  width: 70%;
}

.jsdoc-wrap article dl {
  margin-bottom: 40px;
}

.jsdoc-wrap article img {
max-width: 100%;
}

.jsdoc-wrap section
{
  display: block;
  background-color: #fff;
  padding: 12px 24px;
  border-bottom: 1px solid #ccc;
  margin-right: 30px;
}

.jsdoc-wrap .variation {
  display: none;
}

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

.jsdoc-wrap nav
{
  display: block;
  float: right;
  margin-top: 28px;
  width: 30%;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  padding-left: 16px;
  display: none;
}

.jsdoc-wrap nav ul {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
  font-size: 100%;
  line-height: 17px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.jsdoc-wrap nav ul a, nav ul a:visited, nav ul a:active {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  line-height: 18px;
  color: #4D4E53;
}

.jsdoc-wrap nav h3 {
  margin-top: 12px;
}

.jsdoc-wrap nav li {
  margin-top: 6px;
}

.jsdoc-wrap footer {
  display: block;
  padding: 6px;
  margin-top: 12px;
  font-style: italic;
  font-size: 90%;
}

.jsdoc-wrap h1, .jsdoc-wrap h2, .jsdoc-wrap h3, .jsdoc-wrap h4 {
  font-weight: 200;
  margin: 0;
}

.jsdoc-wrap h1
{
  font-family: 'Open Sans Light', sans-serif;
  font-size: 48px;
  letter-spacing: -2px;
  margin: 12px 24px 20px;
}

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

.jsdoc-wrap h3
{
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.jsdoc-wrap h4
{
  font-size: 18px;
  letter-spacing: -0.33px;
  margin-bottom: 12px;
  color: #4d4e53;
}

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

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

.jsdoc-wrap table
{
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  max-width: min-content;
}

.jsdoc-wrap td, .jsdoc-wrap th
{
  border: 1px solid #ddd;
  margin: 0px;
  text-align: left;
  vertical-align: top;
  padding: 4px 6px;
  display: table-cell;
}

.jsdoc-wrap thead tr
{
  background-color: #ddd;
  font-weight: bold;
}

.jsdoc-wrap  th { border-right: 1px solid #aaa; }
.jsdoc-wrap  tr > th:last-child { border-right: 1px solid #ddd; }

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

.jsdoc-wrap .clear
{
  clear: both;
}

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

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

.jsdoc-wrap .type-signature {
  color: #aaa;
}

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

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

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

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

.jsdoc-wrap .source
{
  border: 1px solid #ddd;
  width: 80%;
  overflow: auto;
}

.jsdoc-wrap .prettyprint.source {
  width: inherit;
}

.jsdoc-wrap .source code
{
  font-size: 100%;
  line-height: 18px;
  display: block;
  padding: 4px 12px;
  margin: 0;
  background-color: #fff;
  color: #4D4E53;
}

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

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

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

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

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

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

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

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

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

.jsdoc-wrap .disabled {
  color: #454545;
}
