#jsdoc-content a {
    color: #444;
}

#jsdoc-content a:visited {
    color: #444;
}

#jsdoc-content a:active {
    color: #444;
}

#jsdoc-content header {
    right: 0;
    left: 0;
    top: 0;
    width: 900px;
}

#jsdoc-content .class-parameter .type, #jsdoc-content .class-parameter .type a {
  color: #a35a00;
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  text-decoration: none;
}

#jsdoc-content .class-parameter .type a {
  border-bottom: none;
}
#jsdoc-content .class-parameter .type a:hover {
  border-bottom: 1px solid #aaa;
}

#jsdoc-content .class-title {
    font-size: 18px;
    color: #a35a00;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 18px 0 3px;
}

#jsdoc-content .class-description {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 1em;
    margin-top: 1em;
}

#jsdoc-content .class-parameter table {
    width: 500px;
}

#jsdoc-content .class_summary {
    width: 100px;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 6px;
    margin-top: 10px;
    margin-left: 30px;
    border-right: 5px solid #DDD;
    background-color: #eee;
    width: 300px;
    overflow: hidden;
    float: right;
    position:relative;
    right: 0px;
    top: -30px;
    font-size: 14px;
}

#jsdoc-content .class_summary dd {
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#jsdoc-content .class_summary dt {
    color: #556;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: -0.01em;
}

#jsdoc-content .class_summary h4 {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 14px;
}

#jsdoc-content article {
    clear: both;
}

#jsdoc-content .subsection {
    margin-bottom: 60px;
}

#jsdoc-content {
    width: 100%;
}

#jsdoc-content section {
    display: block;
    margin-right: 10px;
}

#jsdoc-content .variation {
    display: none;
}

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

#jsdoc-content h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 6px 0 9px 0;
}

#jsdoc-content h2 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 6px 0 16px 0;
}

#jsdoc-content h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-top: 16px;
    margin: 6px 0 3px 0;
}

#jsdoc-content h4 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin-top: 16px;
    margin: 18px 0 3px 0;
    color: #A35A00;
}

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

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

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

#jsdoc-content .name,
#jsdoc-content .signature {
    font-family: Consolas, "Lucida Console", Monaco, monospace;
}


#jsdoc-content #section-methods .title .name {
    color: #A35A00;
}

#jsdoc-content #section-members .title .name {
    font-size: 14px;
    font-weight: bold;
    color: #974277;
}

#jsdoc-content #section-typedefs .title .name {
    font-size: 14px;
    font-weight: bold;
    color: #686
}

#jsdoc-content .value {
    color: #666;
}

#jsdoc-content .container-overview {
    display: none;
}

#jsdoc-content .description {
    margin-bottom: 1em;
    margin-left: -16px;
    margin-top: 1em;
}

#jsdoc-content .itembox .description {
    margin-bottom: 0;
    padding-bottom: 15px;
}

#jsdoc-content .code-caption {
    font-style: italic;
    font-family: Palatino, 'Palatino Linotype', serif;
    font-size: 107%;
    margin: 0;
}

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

#jsdoc-content .prettyprint.source {
    width: inherit;
}

#jsdoc-content .prettyprint code {
    font-family: Consolas, 'Lucida Console', Monaco, monospace;
    font-size: 100%;
    line-height: 18px;
    display: block;
    padding: 4px 12px;
    margin: 0;
    background-color: #fff;
    color: #000;
}

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

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

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

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

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

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

#jsdoc-content .method_short_list {
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    width: 900px;
}

#jsdoc-content .method_short_list td.name {
    color: #000;
    font-family: Consolas, 'Lucida Console', Monaco, monospace;
    vertical-align: middle;
    font-weight: bold;
    margin: 0;
}

#jsdoc-content .method_short_list a {
    text-decoration: none;
    color: #A35A00;
    border: none;
}

#jsdoc-content .nowrap {
    white-space: nowrap;
}

#jsdoc-content .method_short_list td.description {
    color: #444;
    font-size: 14px;
}

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

#jsdoc-content .method_short_list th {
    border-right: 1px solid #aaa;
}

#jsdoc-content .argument {
    color: #686;
}

#jsdoc-content .method_short_list .return,
#jsdoc-content .method_short_list .return a {
    color: #669;
}

#jsdoc-content .method_short_list td.name {
    font-size: 0;
    letter-spacing: -0.02em;
    color: #A35A00;
    line-height: 14px;
/*    white-space: nowrap; */
}

#jsdoc-content .method_short_list td.name span {
    font-size: 14px;
}

#jsdoc-content .itembox {
    border-collapse: collapse;
    border: 1px solid #999;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 4px #ccc;
    margin: 0 20px 20px 0;
    padding: 0;
    margin-bottom: 25px;
    display: inline-block;
    width: auto;
    min-width: 900px;
}

#jsdoc-content .itembox .title {
    background-color: #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Consolas, 'Lucida Console', Monaco, monospace;
    font-size: 0;
    color: #A35A00;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#jsdoc-content .itembox .title span {
    font-family: inherit;
    font-size: 14px;
}

#jsdoc-content .itembox .title .argument {
    font-size: 14px;
    font-weight: bold;
}

#jsdoc-content .itembox .title a {
    text-decoration: none;
    border-bottom: none;
}

#jsdoc-content .itembox .title .return,
#jsdoc-content .itembox .title .return a {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

#jsdoc-content .itembox .body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #eee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0;
    border-top: 1px solid #BBB;
    padding-left: 25px;
    padding-right: 25px;
}

#jsdoc-content .itembox .body .method_description {
    padding-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 700px;
    font-size: 14px;
}

#jsdoc-content .itembox .body dl {
    padding: 0;
    margin: 0;
}

#jsdoc-content .itembox .body dd {
    line-height: 18px;
}

#jsdoc-content .itembox a {
    color: #A35A00;
}

#jsdoc-content .itembox code {
    font-family: monospace;
    color: #A35A00;
}

#jsdoc-content .itembox .body a {
    font-family: monospace;
    text-decoration: none;
    border-bottom: none;
}

#jsdoc-content .itembox a:hover {
    border-bottom: 1px solid #aaa;
}

#jsdoc-content .itembox .name {
    color: #A35A00;
    font-weight: bold;
}

#jsdoc-content .itembox .return,
#jsdoc-content .itembox .return a {
    font-size: 80%;
    color: #aaa;
}

#jsdoc-content .itembox h3 {
    font-weight: bold;
}

#jsdoc-content .itembox dt .param-desc {
    font-weight: normal;
}

#jsdoc-content .itembox .details {
    border-left: none;
}

#jsdoc-content .itembox .type-signature {
    font-size: 100%;
    color: #333;
    padding-left: 20px;
}

#jsdoc-content #section-typedefs .description {
    margin-left: 10px;
}

#jsdoc-content #section-typedefs td {
    padding: 0px 5px 0px 5px;
}

#jsdoc-content #section-typedefs table,
#jsdoc-content #section-typedefs tr,
#jsdoc-content #section-typedefs td {
    border: none;
    border-collapse: collapse;
}

#jsdoc-content #section-typedefs table {
  margin-bottom: 30px;
}

#jsdoc-content #main-content .tag-deprecated h3 {
    color: #a00;
}

#jsdoc-content #main-content .tag-technicalPreview h3 {
    color: #a00;
}

#jsdoc-content .exception_list {
    margin-left: 20px;
    width: 90%;
}

#jsdoc-content .exception_list,
#jsdoc-content .exception_list td,
#jsdoc-content .exception_list tr {
    border-collapse: collapse;
    border-style: none;
    border: none;
}

#jsdoc-content #main-content .exception_list tr > td {
    padding-bottom: 15px;
}

#jsdoc-content table td.exception_desc {
    padding-left: 25px !important;
}

#jsdoc-content .itembox .body ul {
    margin-bottom: 0;
    padding-bottom: 15px;
}

#jsdoc-content .itembox .title .eventIdentifierName {
    font-size: 115%;
}

#jsdoc-content .eventIdentifierName {
    font-weight: bold;
}

#jsdoc-content .itembox .title .type,
#jsdoc-content .itembox .title .type-signature {
    color: #777;
}

#jsdoc-content .itembox .title .type a {
    color: #b61;
}

#jsdoc-content .params, .props {
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    width: 90%;
}

#jsdoc-content .params .name,
#jsdoc-content .props .name,
#jsdoc-content .name code,
#jsdoc-content code {
    color: #A35A00;
    font-family: Consolas, 'Lucida Console', Monaco, monospace;
    font-size: 100%;
}
#jsdoc-content .params .name .signature-attributes {
  color: #777;
  font-size: 90%;
}

#jsdoc-content .params td,
#jsdoc-content .params th,
#jsdoc-content .props td,
#jsdoc-content .props th {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 1px solid #ddd;
    margin: 0;
    text-align: left;
    vertical-align: top;
    display: table-cell;
}

#jsdoc-content .params thead tr,
#jsdoc-content .props thead tr {
    background-color: #ddd;
}

#jsdoc-content .params .params thead tr,
#jsdoc-content .props .props thead tr {
    background-color: #fff;
}

#jsdoc-content .params th,
#jsdoc-content .props th {
    border-right: 1px solid #aaa;
}

#jsdoc-content .params thead .last,
#jsdoc-content .props thead .last {
    border-right: 1px solid #ddd;
}

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

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

#jsdoc-content dd {
    padding-bottom: 15px;
}

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

#jsdoc-content .shortcuts li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#jsdoc-content .shortcuts li::before {
    color: #aaa;
    content: "[ ";
}

#jsdoc-content .shortcuts li::after {
    color: #aaa;
    content: " ]";
}

#jsdoc-content .shortcuts ul {
    padding: 0;
}

#jsdoc-content .preview a {
    font-family: monospace;
    color: #A35A00;
}

#jsdoc-content .preview span {
    font-family: monospace;
    color: #A35A00;
}

#jsdoc-content table.struct-member {
    width: 100%;
    margin-bottom: 10px;
}

#jsdoc-content table.struct-member td:first-child {
    font-family: Consolas, "Lucida Console", Monaco, monospace;
    padding-left: 5px;
    padding-right: 4px;
    font-size: 14px;
    font-weight: bold;
    min-width: 18%;
}

#jsdoc-content table.struct-member span {
  font-family: inherit;
  font-size: 14px;
}

#jsdoc-content table.struct-member .signature-attributes {
  color: #777;
}
#jsdoc-content div.struct-fields {
    background-color: white;
    border: 1px solid grey;
    padding: 8px;
}

#jsdoc-content div.struct-fields table.property {
    border: none;
    font-family: Consolas, "Lucida Console", Monaco, monospace;
}

#jsdoc-content div.struct-fields table.property td {
    border: none;
    font-family: Consolas, "Lucida Console", Monaco, monospace;
    color: #A35A00;
}

#jsdoc-content div.struct-fields pre {
    font-family: Consolas, "Lucida Console", Monaco, monospace;
    font-size: 12px;
}

#jsdoc-content div.struct-fields pre p {
    margin: 0;
    margin-left: 5em;
    font-family: Consolas, "Lucida Console", Monaco, monospace;
    color: #aaa;
    font-style: italic;
}

#jsdoc-content div.struct-fields pre .struct-comment {
    color: #aaa;
    font-style: italic;
}
